MemoryXAllocMemory Method |
Allocate a sub address range within this memory exchange.
Namespace:
Demo3D.Net.IPC
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 14.0.0.10531
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