Click or drag to resize

MemoryXReadInt32LE Method

Reads the memory exchange from the specified offset and returns the data as a value.

Namespace:  Demo3D.Net.IPC
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 14.0.0.10531
Syntax
C#
public abstract int ReadInt32LE(
	int offset
)

Parameters

offset
Type: SystemInt32
Offset into the memory exchange.

Return Value

Type: Int32
The value read from the memory exchange.
See Also