UnmanagedMemoryAccessor.ReadBoolean(Int64) 方法

定义

从访问器读取一个布尔值。

public:
 bool ReadBoolean(long position);
public bool ReadBoolean (long position);
member this.ReadBoolean : int64 -> bool
Public Function ReadBoolean (position As Long) As Boolean

参数

position
Int64

访问器中起始读取位置的字节偏移量。

返回

truefalse

例外

position 后面没有足够的字节数可供读取值。

position 小于零或大于访问器的容量。

访问器不支持读取。

已释放访问器。

适用于