Table of Contents

Class DmabufTextureClassOwnedHandle

Namespace
Gdk.Internal
Assembly
Gdk-4.0.dll
public class DmabufTextureClassOwnedHandle : DmabufTextureClassHandle, IDisposable
Inheritance
DmabufTextureClassOwnedHandle
Implements
Inherited Members

Constructors

DmabufTextureClassOwnedHandle(nint)

Creates a new instance of DmabufTextureClassOwnedHandle. Assumes that the given pointer is owned by the runtime.

public DmabufTextureClassOwnedHandle(nint ptr)

Parameters

ptr nint

Methods

FromUnowned(nint)

Create a DmabufTextureClassOwnedHandle from a pointer that is assumed unowned.

public static DmabufTextureClassOwnedHandle FromUnowned(nint ptr)

Parameters

ptr nint

A pointer to a DmabufTextureClass which is not owned by the runtime.

Returns

DmabufTextureClassOwnedHandle

A DmabufTextureClassOwnedHandle

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.