Class buffer_tUnownedHandle
public class buffer_tUnownedHandle : buffer_tHandle, IDisposable, IEquatable<buffer_tHandle>
- Inheritance
-
buffer_tUnownedHandle
- Implements
- Inherited Members
Constructors
buffer_tUnownedHandle(nint)
Creates a new instance of buffer_tOwnedHandle. Assumes that the given pointer is unowned by the runtime.
public buffer_tUnownedHandle(nint ptr)
Parameters
ptr
nint
Properties
NullHandle
public static buffer_tUnownedHandle NullHandle { get; }
Property Value
Methods
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()