Class WindowGroupPrivateOwnedHandle
public class WindowGroupPrivateOwnedHandle : WindowGroupPrivateHandle, IDisposable
- Inheritance
-
WindowGroupPrivateOwnedHandle
- Implements
- Inherited Members
Constructors
WindowGroupPrivateOwnedHandle(IntPtr)
Creates a new instance of WindowGroupPrivateOwnedHandle. Assumes that the given pointer is owned by the runtime.
public WindowGroupPrivateOwnedHandle(IntPtr ptr)
Parameters
ptr
IntPtr
Methods
FromUnowned(IntPtr)
Create a WindowGroupPrivateOwnedHandle from a pointer that is assumed unowned.
public static WindowGroupPrivateOwnedHandle FromUnowned(IntPtr ptr)
Parameters
ptr
IntPtrA pointer to a WindowGroupPrivate which is not owned by the runtime.
Returns
- WindowGroupPrivateOwnedHandle
A WindowGroupPrivateOwnedHandle
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()