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