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