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