ILNumerics Ultimate VS

ManagedHostHandleTPointer Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Acquire a pointer to the first element of the HostArray.

[ILNumerics Core Module]

Namespace:  ILNumerics.Core.MemoryLayer
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public override IntPtr Pointer { get; }

Property Value

Type: IntPtr
Remarks

When requesing the Pointer for the first time during the lifetime of the handle the HostArray will be fixed in memory and remain fixed until the handle is disposed.

[ILNumerics Core Module]

See Also

Reference