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