MemoryXReadBytes Method (Int32, Int32) |
Reads the memory exchange from the specified offset and returns the data as a value.
Namespace:
Demo3D.IO.External
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic abstract BufferSegment ReadBytes(
int offset,
int length
)
Parameters
- offset
- Type: SystemInt32
Offset into the memory exchange. - length
- Type: SystemInt32
Number of bytes to read (or -1).
Return Value
Type:
BufferSegmentThe value read from the memory exchange.
See Also