Click or drag to resize

MemoryXReadArrayE Method

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 ReadArray<E>(
	int offset,
	 in ArraySegment<E> to
)
where E : struct, new()

Parameters

offset
Type: SystemInt32
Position in memory exchange.
to
Type: SystemArraySegmentEInAttribute
The buffer to copy the data into.

Type Parameters

E
Element type.
See Also