ILNumerics - Technical Application Development
Top
The ManagedHostHandleT generic type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsInvalid |
Determine if this handle is a valid handle. Returns false, preventing from finalization.
(Overrides MemoryHandleIsInvalid.)[ILNumerics Core Module] | |
| Length |
Number of bytes referenced by this handle.
(Inherited from MemoryHandle.)[ILNumerics Core Module] | |
| Pointer |
Acquire a pointer to the first element of the HostArray.
(Overrides MemoryHandlePointer.)[ILNumerics Core Module] |
See Also