Table of Contents

Class NativeDialogHandle

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

Constructors

NativeDialogHandle(nint, bool)

public NativeDialogHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

NativeDialogHandle

Type Parameters

T