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