UnmanagedMemoryAccessor.ReadUInt64(Int64) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從存取子讀取不帶正負號的 64 位元整數。
public:
System::UInt64 ReadUInt64(long position);
[System.CLSCompliant(false)]
public ulong ReadUInt64 (long position);
[<System.CLSCompliant(false)>]
member this.ReadUInt64 : int64 -> uint64
Public Function ReadUInt64 (position As Long) As ULong
參數
- position
- Int64
會在此處開始讀取存取子的位元組數。
傳回
已讀取的值。
- 屬性
例外狀況
在 position
之後,沒有足夠的位元組可讀取值。
position
小於零或大於這個存取子的容量。
存取子不支援讀取。
存取子已經被處置。