Table of Contents

Class PopoverClassUnownedHandle

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class PopoverClassUnownedHandle : PopoverClassHandle, IDisposable
Inheritance
PopoverClassUnownedHandle
Implements
Inherited Members

Constructors

PopoverClassUnownedHandle(IntPtr)

Creates a new instance of PopoverClassOwnedHandle. Assumes that the given pointer is unowned by the runtime.

public PopoverClassUnownedHandle(IntPtr ptr)

Parameters

ptr IntPtr

Properties

NullHandle

public static PopoverClassUnownedHandle NullHandle { get; }

Property Value

PopoverClassUnownedHandle

Methods

Copy()

public PopoverClassOwnedHandle Copy()

Returns

PopoverClassOwnedHandle

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.