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
Syntaxpublic abstract MemoryX AllocMemory(
int offset,
int length
)
Parameters
- offset
- Type: SystemInt32
Offset within this memory exchange. - length
- Type: SystemInt32
Memory size.
Return Value
Type:
MemoryXMemory exchange.
See Also