MemoryX Methods |
The MemoryX type exposes the following members.
| Name | Description | |
|---|---|---|
| AllocMemory |
Allocate a sub address range within this memory exchange.
| |
| Free |
Free this memory exchange.
| |
| FreeMemory |
Free this memory exchange.
| |
| ReadByte |
Reads the memory exchange from the specified offset and returns the data as a value.
| |
| ReadBytes(Int32, ArraySegmentByte) |
Read data out of shared memory into the specified buffer.
| |
| ReadBytes(Int32, Int32) |
Reads the memory exchange from the specified offset and returns the data as a value.
| |
| ReadDoubleLE |
Reads the memory exchange from the specified offset and returns the data as a value.
| |
| ReadInt16LE |
Reads the memory exchange 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 the memory exchange from the specified offset and returns the data as a value.
| |
| ReadSingleLE |
Reads the memory exchange from the specified offset and returns the data as a value.
| |
| ReadString |
Reads the memory exchange from the specified offset and returns the data as a value.
| |
| ReadUInt16LE |
Reads the memory exchange from the specified offset and returns the data as a value.
| |
| ReadUInt32LE |
Reads the memory exchange from the specified offset and returns the data as a value.
| |
| ReadUInt64LE |
Reads the memory exchange from the specified offset and returns the data as a value.
| |
| WriteByte |
Write a value to the memory exchange at the specified offset.
| |
| WriteBytes |
Write data into shared memory from the specified buffer.
| |
| WriteDoubleLE |
Write a value to the memory exchange at the specified offset.
| |
| WriteInt16LE |
Write a value to the memory exchange at the specified offset.
| |
| WriteInt32LE |
Write a value to the memory exchange at the specified offset.
| |
| WriteInt64LE |
Write a value to the memory exchange at the specified offset.
| |
| WriteSingleLE |
Write a value to the memory exchange at the specified offset.
| |
| WriteString |
Write a value to the memory exchange at the specified offset.
| |
| WriteUInt16LE |
Write a value to the memory exchange at the specified offset.
| |
| WriteUInt32LE |
Write a value to the memory exchange at the specified offset.
| |
| WriteUInt64LE |
Write a value to the memory exchange at the specified offset.
|