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