Method ReadULong
ReadULong()
Reads an ulong and advances the current read position by the number of bytes in an ulong.
Declaration
public ulong ReadULong()
Returns
Type | Description |
---|---|
ulong | The read data. |
Exceptions
Type | Condition |
---|---|
ArgumentException | Thrown if attempting read beyond the end of the memory block. |