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