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