ILNumerics - Technical Application Development
Top
The MemoryHandle type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clear |
Clears the memory of this handle, set all bytes to 0.
[ILNumerics Core Module] | |
| Clone |
Returns a new memory handle of the same type with a shallow copy of all elements of this handle.
[ILNumerics Core Module] | |
| CopyTo |
Copy memory.
[ILNumerics Core Module] | |
| Dispose |
Attempt to dispose this handle, releasing the resource the handle is referencing.
(Overrides CriticalHandleDispose(Boolean).)[ILNumerics Core Module] | |
| GetHashCode | (Overrides ObjectGetHashCode.) | |
| ReleaseHandle | (Overrides CriticalHandleReleaseHandle.) | |
| ReleaseHandle(IntPtr) | ||
| Set |
See Also