CommandLineToolTask.

UpdateEnvironmentVariables(StringDictionary) Method

Summary

Updates the environment variables for the application prior to execution.

Syntax

protected virtual void UpdateEnvironmentVariables(StringDictionary environmentVariables)

Parameters

Name Type Description
environmentVariables StringDictionary The environment variables for the application. The environment variables for the process can be changed by altering the collection.

Return Value

Type Description
void