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