Class FileChooserNativeHandle
public class FileChooserNativeHandle : NativeDialogHandle, IDisposable
- Inheritance
-
FileChooserNativeHandle
- Implements
- Inherited Members
Constructors
FileChooserNativeHandle(nint, bool)
public FileChooserNativeHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static FileChooserNativeHandle For<T>(ConstructArgument[] constructArguments) where T : FileChooserNative, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T