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