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