Process aliases

Built-In

Contains functionality related to processes.

General

StartAndReturnProcess(FilePath, ProcessSettings) Starts the process resource that is specified by the filename and settings.
StartAndReturnProcess(FilePath) Starts the process resource that is specified by the filename.
StartProcess(FilePath, ProcessSettings, IEnumerable<string>, IEnumerable<string>) Starts the process resource that is specified by the filename and settings.
StartProcess(FilePath, ProcessSettings, IEnumerable<string>) Starts the process resource that is specified by the filename and settings.
StartProcess(FilePath, ProcessSettings) Starts the process resource that is specified by the filename and settings.
StartProcess(FilePath, string) Starts the process resource that is specified by the filename and arguments.
StartProcess(FilePath) Starts the process resource that is specified by the filename.