ILNumerics Ultimate VS

MemoryHandle Methods

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

The MemoryHandle type exposes the following members.

Methods

  NameDescription
Public methodClear
Clears the memory of this handle, set all bytes to 0.

[ILNumerics Core Module]

Public methodClone
Returns a new memory handle of the same type with a shallow copy of all elements of this handle.

[ILNumerics Core Module]

Public methodCopyTo
Copy memory.

[ILNumerics Core Module]

Protected methodDispose
Attempt to dispose this handle, releasing the resource the handle is referencing.

[ILNumerics Core Module]

(Overrides CriticalHandleDispose(Boolean).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Protected methodReleaseHandle (Overrides CriticalHandleReleaseHandle.)
Protected methodReleaseHandle(IntPtr)
Public methodSet
Top
See Also

Reference