Sets the specified environment variable for this process.
- Namespace
- Statiq
.Common - Containing Type
- ProcessLauncher
Syntax
public ProcessLauncher WithEnvironmentVariable(string name, string value)
Parameters
Name | Type | Description |
---|---|---|
name | string | |
value | string |
Return Value
Type | Description |
---|---|
ProcessLauncher | The current instance. |