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