Table of Contents

Class Win32MonitorClassUnownedHandle

Namespace
GdkWin32.Internal
Assembly
GdkWin32-4.0.dll
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

ptr nint

Properties

NullHandle

public static Win32MonitorClassUnownedHandle NullHandle { get; }

Property Value

Win32MonitorClassUnownedHandle

Methods

ReleaseHandle()

When overridden in a derived class, executes the code required to free the handle.

protected override bool ReleaseHandle()

Returns

bool

true if the handle is released successfully; otherwise, in the event of a catastrophic failure, false. In this case, it generates a releaseHandleFailed Managed Debugging Assistant.