ILNumerics Ultimate VS

NativeHostHandle Properties

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

The NativeHostHandle type exposes the following members.

Properties

  NameDescription
Public propertyHandle
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]

Public propertyIsInvalid
Determine if this handle is a valid handle.

[ILNumerics Core Module]

(Inherited from MemoryHandle.)
Public propertyLength
Number of bytes referenced by this handle.

[ILNumerics Core Module]

(Inherited from MemoryHandle.)
Public propertyPointer
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.

[ILNumerics Core Module]

(Overrides MemoryHandlePointer.)
Top
See Also

Reference