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