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