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