Table of Contents

Class ActionableInterfaceUnownedHandle

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

Constructors

ActionableInterfaceUnownedHandle(IntPtr)

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

public ActionableInterfaceUnownedHandle(IntPtr ptr)

Parameters

ptr IntPtr

Properties

NullHandle

public static ActionableInterfaceUnownedHandle NullHandle { get; }

Property Value

ActionableInterfaceUnownedHandle

Methods

Copy()

public ActionableInterfaceOwnedHandle Copy()

Returns

ActionableInterfaceOwnedHandle

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.