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
public IEnvParser AvoidModifyEnvironment()
Returns
Type | Description |
---|---|
IEnvParser | An instance implementing the fluent interface. |