ILNumerics Ultimate VS

NativeHostHandlePointer Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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]

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

[ILNumerics Core Module]

See Also

Reference