Table of Contents

Class SubprocessLauncherHandle

Namespace
Gio.Internal
Assembly
Gio-2.0.dll
public class SubprocessLauncherHandle : ObjectHandle, IDisposable
Inheritance
SubprocessLauncherHandle
Implements
Inherited Members

Constructors

SubprocessLauncherHandle(nint, bool)

public SubprocessLauncherHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static SubprocessLauncherHandle For<T>(ConstructArgument[] constructArguments) where T : SubprocessLauncher, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

SubprocessLauncherHandle

Type Parameters

T