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