Interface IUnmanagedMemory<T>
Represents unmanaged memory owner.
Inherited Members
Namespace: DotNext.Runtime.InteropServices
Assembly: DotNext.Unsafe.dll
Syntax
public interface IUnmanagedMemory<T> : IUnmanagedMemory, IConvertible<Stream>, IMemoryOwner<T>, IDisposable, IConvertible<Memory<T>> where T : struct
Type Parameters
Name | Description |
---|---|
T | The type of elements in the unmanaged memory. |