Table of Contents

Class NativeMemoryPin

Namespace
Sdl3Sharp.Utilities
Assembly
Sdl3Sharp.dll

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()