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
Operators
- implicit operator IntPtr(AutoPinner)
Implicit operator declaration for the conversion from AutoPinner to nint.