ILNumerics Ultimate VS

ManagedHostHandleT Properties

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

The ManagedHostHandleT generic type exposes the following members.

Properties

  NameDescription
Public propertyIsInvalid
Determine if this handle is a valid handle. Returns false, preventing from finalization.

[ILNumerics Core Module]

(Overrides MemoryHandleIsInvalid.)
Public propertyLength
Number of bytes referenced by this handle.

[ILNumerics Core Module]

(Inherited from MemoryHandle.)
Public propertyPointer
Acquire a pointer to the first element of the HostArray.

[ILNumerics Core Module]

(Overrides MemoryHandlePointer.)
Top
See Also

Reference