Click or drag to resize

MemoryXWriteUInt64LE Method

Write a value to the memory exchange at the specified offset.

Namespace:  Demo3D.Net.IPC
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 14.0.0.10531
Syntax
C#
public abstract void WriteUInt64LE(
	int offset,
	ulong value
)

Parameters

offset
Type: SystemInt32
Offset into the memory exchange.
value
Type: SystemUInt64
The value to write to the memory exchange.
See Also