Class ShortcutsSectionClassOwnedHandle
public class ShortcutsSectionClassOwnedHandle : ShortcutsSectionClassHandle, IDisposable
- Inheritance
-
ShortcutsSectionClassOwnedHandle
- Implements
- Inherited Members
Constructors
ShortcutsSectionClassOwnedHandle(IntPtr)
Creates a new instance of ShortcutsSectionClassOwnedHandle. Assumes that the given pointer is owned by the runtime.
public ShortcutsSectionClassOwnedHandle(IntPtr ptr)
Parameters
ptr
IntPtr
Methods
FromUnowned(IntPtr)
Create a ShortcutsSectionClassOwnedHandle from a pointer that is assumed unowned.
public static ShortcutsSectionClassOwnedHandle FromUnowned(IntPtr ptr)
Parameters
ptr
IntPtrA 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()