Click or drag to resize

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
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