Class NativeMemoryPin
Represents a pin on a NativeMemoryManager
public sealed class NativeMemoryPin : IDisposable
- Inheritance
-
NativeMemoryPin
- Implements
- Inherited Members
Methods
Dispose()
Unpins the referenced NativeMemoryManagerBase
public void Dispose()
Remarks
If there are still active pins on the referenced NativeMemoryManagerBase, it will remain pinned until all pins are disposed.
~NativeMemoryPin()
protected ~NativeMemoryPin()