Sets the specified environment variables for this process.
- Namespace
- Statiq
.Common - Containing Type
- ProcessLauncher
Syntax
public ProcessLauncher WithEnvironmentVariables(IEnumerable<KeyValuePair<string, string>> environmentVariables)
Parameters
Name | Type | Description |
---|---|---|
environmentVariables | IEnumerable |
Return Value
Type | Description |
---|---|
ProcessLauncher | The current instance. |