Table of Contents

Class FileDialogHandle

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

Constructors

FileDialogHandle(nint, bool)

public FileDialogHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

FileDialogHandle

Type Parameters

T