Struct AutoPinner
Allows to pin object so it will not be moved in the memory.
public struct AutoPinner : IDisposable
- Implements
Constructors
- AutoPinner(object)
Initializes a new instance of the AutoPinner class.
Methods
- Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Operators
- implicit operator nint(AutoPinner)
Implicit operator declaration for the conversion from AutoPinner to nint.