Table of Contents

Class AssistantPageHandle

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

Constructors

AssistantPageHandle(nint, bool)

public AssistantPageHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

AssistantPageHandle

Type Parameters

T