EnvironmentVariables.Create Method (IDictionary<string, string>, bool)EnvironmentVariables.Create Method (IDictionary(Of String, String), Boolean)EnvironmentVariables::Create Method (IDictionary<String^, String^>^, bool)
Creates an EnvironmentVariablesEnvironmentVariablesEnvironmentVariables instance from the specified dictionary.
Syntax
Public Shared Function Create( _ variables As IDictionary(Of String, String), _ stable As Boolean _ ) As EnvironmentVariables
public static EnvironmentVariables Create( IDictionary<string, string> variables, bool stable )
public: static EnvironmentVariables^ Create( IDictionary<String^, String^>^ variables, bool stable )
Parameters
- variables
Type: System.Collections.Generic.IDictionary<TKey, TValue>System.Collections.Generic.IDictionary(Of TKey, TValue)System.Collections.Generic::IDictionary<TKey, TValue>^
A dictionary of key-value pairs.
- stable
Type: System.BooleanSystem.BooleanSystem::Boolean
Indicates whether variables is immutable.
Return Value
Type: XmlPrime.EnvironmentVariablesXmlPrime.EnvironmentVariablesXmlPrime::EnvironmentVariables^
A new EnvironmentVariablesEnvironmentVariablesEnvironmentVariables instance.