Table of Contents

Class SvgClassUnownedHandle

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

Constructors

SvgClassUnownedHandle(nint)

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

public SvgClassUnownedHandle(nint ptr)

Parameters

ptr nint

Properties

NullHandle

public static SvgClassUnownedHandle NullHandle { get; }

Property Value

SvgClassUnownedHandle

Methods

Copy()

public SvgClassOwnedHandle Copy()

Returns

SvgClassOwnedHandle

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.