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