Table of Contents

Class FileChooserNativeHandle

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

Constructors

FileChooserNativeHandle(nint, bool)

public FileChooserNativeHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

FileChooserNativeHandle

Type Parameters

T