Data |
public static class DataReferenceExtensions
The DataReferenceExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| ReadByte | Reads from the specified offset and returns the data as a value. | |
| ReadDoubleLE | Reads from the specified offset and returns the data as a value. | |
| ReadInt16LE | Reads from the specified offset and returns the data as a value. | |
| ReadInt32LE | Reads the memory exchange from the specified offset and returns the data as a value. | |
| ReadInt64LE | Reads from the specified offset and returns the data as a value. | |
| ReadSByte | Reads from the specified offset and returns the data as a value. | |
| ReadSingleLE | Reads from the specified offset and returns the data as a value. | |
| ReadUInt16LE | Reads from the specified offset and returns the data as a value. | |
| ReadUInt32LE | Reads from the specified offset and returns the data as a value. | |
| ReadUInt64LE | Reads from the specified offset and returns the data as a value. | |
| WriteByte | Write a value at the specified offset. | |
| WriteDoubleLE | Write a value at the specified offset. | |
| WriteInt16LE | Write a value at the specified offset. | |
| WriteInt32LE | Write a value at the specified offset. | |
| WriteInt64LE | Write a value at the specified offset. | |
| WriteSByte | Write a value at the specified offset. | |
| WriteSingleLE | Write a value at the specified offset. | |
| WriteUInt16LE | Write a value at the specified offset. | |
| WriteUInt32LE | Write a value at the specified offset. | |
| WriteUInt64LE | Write a value at the specified offset. |