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