Click or drag to resize

MemoryXAllocMemory Method

Allocate a sub address range within this memory exchange.

Namespace:  Demo3D.IO.External
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public abstract MemoryX AllocMemory(
	int offset,
	int length
)

Parameters

offset
Type: SystemInt32
Offset within this memory exchange.
length
Type: SystemInt32
Memory size.

Return Value

Type: MemoryX
Memory exchange.
See Also