ILNumerics - Technical Application Development
Top
The NativeHostHandle type exposes the following members.
Properties
Name | Description | |
---|---|---|
Handle |
The address originally provided by the OS in result of the memory allocation request. This address is not aligned and must be kept unchanged for freeing the handle later.
[ILNumerics Core Module] | |
IsInvalid |
Determine if this handle is a valid handle.
(Inherited from MemoryHandle.)[ILNumerics Core Module] | |
Length |
Number of bytes referenced by this handle.
(Inherited from MemoryHandle.)[ILNumerics Core Module] | |
Pointer |
Address of the payload memory region for this handle. This respects alignment requirements and is different to Handle which points to the beginning of the memory region originally allocated from the OS.
(Overrides MemoryHandlePointer.)[ILNumerics Core Module] |
See Also