Start parameters for the Executable application type.

Hierarchy

  • ExecutableApplicationStartParameters

Properties

arguments: string

Additional command line arguments.

filePath: string

The path to the executable which should be started.

reportStandardError: boolean

True when console error lines should be reported. Only usable when UseShellExecute is false.

reportStandardOut: boolean

True when console lines should be reported. Only usable when UseShellExecute is false.

startAsChildProcess: boolean

Child processes will be terminated when the owning process is terminated, this ensures that no processes remain.

useShellExecute: boolean

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.

verb: string

Gets or sets the verb to use when opening the application or document.

workingDirectory: string

The working directory of the process.

Generated using TypeDoc