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