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