Additional command line arguments.
The path to the executable which should be started.
True when console error lines should be reported. Only usable when UseShellExecute is false.
True when console lines should be reported. Only usable when UseShellExecute is false.
Child processes will be terminated when the owning process is terminated, this ensures that no processes remain.
Gets or sets a value indicating whether to use the operating system shell to start the process. When you use the operating system shell to start processes, you can start any document (which is any registered file type associated with an executable that has a default open action) and perform operations on the file, such as printing.
Gets or sets the verb to use when opening the application or document.
The working directory of the process.
Generated using TypeDoc
Start parameters for the Executable application type.