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 CriticalHandle.Dispose(Boolean).)[ILNumerics Core Module] |
![]() | GetHashCode | (Overrides Object.GetHashCode().) |
![]() | ReleaseHandle() | (Overrides CriticalHandle.ReleaseHandle().) |
![]() | ReleaseHandle(IntPtr) | |
![]() | Set |
See Also