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