Click or drag to resize

MemoryXReadBytes Method (Int32, ArraySegmentByte)

Read data out of shared memory into the specified buffer.

Namespace:  Demo3D.IO.External
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public 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