Table of Contents

Class ATContextHandle

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

Constructors

ATContextHandle(nint, bool)

public ATContextHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static ATContextHandle For<T>(ConstructArgument[] constructArguments) where T : ATContext, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

ATContextHandle

Type Parameters

T