Creates a new process launcher with the specified file name and arguments.
- Namespace
- Statiq
.Common - Containing Type
- ProcessLauncher
Syntax
public ProcessLauncher(string fileName, params string[] arguments)
Parameters
| Name | Type | Description |
|---|---|---|
| fileName | string | The file name of the process to start. |
| arguments | string[] | The arguments to pass to the process. |