Table of Contents

Class StartProcess

Namespace
Bonsai.IO
Assembly
Bonsai.System.dll

Represents an operator that starts a new system process with the specified file name and command-line arguments.

public class StartProcess : Source<int>
Inheritance
StartProcess
Inherited Members

Properties

Arguments

Gets or sets the set of command-line arguments to use when starting the application.

FileName

Gets or sets the name of the application or document to start.

Methods

Generate()

Starts a new system process with the specified file name and command-line arguments and surfaces the exit code when the process terminates through an observable sequence.

Generate<TSource>(IObservable<TSource>)

Starts a new system process with the specified file name and command-line arguments for each element of an observable sequence, and surfaces all the exit codes as the processes terminate.