Click or drag to resize

MemoryXWriteBytes Method

Write data into shared memory from the specified buffer.

Namespace:  Demo3D.Net.IPC
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 14.0.0.10531
Syntax
C#
public abstract void WriteBytes(
	int offset,
	 in ArraySegment<byte> from
)

Parameters

offset
Type: SystemInt32
Position in memory exchange.
from
Type: SystemArraySegmentByteInAttribute
The buffer to copy the data from.
See Also