MemoryXReadBytes Method (Int32, ArraySegmentByte) |
Read data out of shared memory into the specified buffer.
Namespace:
Demo3D.Net.IPC
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 14.0.0.10531
Syntaxpublic abstract void ReadBytes(
int offset,
in ArraySegment<byte> to
)
Parameters
- offset
- Type: SystemInt32
Position in memory exchange. - to
- Type: SystemArraySegmentByteInAttribute
The buffer to copy the data into.
See Also