TaskEnvironment.GetEnvironmentVariables Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a dictionary containing all environment variables.
public:
System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ GetEnvironmentVariables();
public System.Collections.Generic.IReadOnlyDictionary<string,string> GetEnvironmentVariables();
member this.GetEnvironmentVariables : unit -> System.Collections.Generic.IReadOnlyDictionary<string, string>
Public Function GetEnvironmentVariables () As IReadOnlyDictionary(Of String, String)
Returns
A read-only dictionary of environment variables.