Method AvoidModifyEnvironment
| Improve this Doc View SourceAvoidModifyEnvironment()
Avoids modifying the environment of the current process. When this method is used, the environment variables are obtained from a Dictionary<TKey,TValue> and not from the current process.
Declaration
IEnvLoader AvoidModifyEnvironment()
Returns
Type | Description |
---|---|
IEnvLoader | An instance implementing the fluent interface. |