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