Namespace DotNext.Runtime.InteropServices
Classes
NullPointerException
The exception that is thrown when there is an attempt to dereference zero pointer.
SafeBufferExtensions
Represents extensions for SafeBuffer type.
Structs
Pointer<T>
CLS-compliant typed pointer for .NET languages without direct support of pointer data type.
Pointer<T>.Enumerator
Represents enumerator over raw memory.
Interfaces
IUnmanagedMemory
Represents common interface for the wrapper of the unmanaged memory.
IUnmanagedMemory<T>
Represents unmanaged memory owner.