UtilEnvironmentVariableCurrentVariables Property
Gets a IEnumerableT collection with the Environment Variable of the specified environment user.
Namespace: DevCase.Core.Windows.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
No code example is currently available or this language may not be supported.
- scope EnvironmentVariableTarget
-
ReadOnlyCollectionEnvironmentVariableInfo
A
IEnumerableT collection with the Environment Variable.
This is a code example.
No code example is currently available or this language may not be supported.
For Each envVar As EnvironmentVariableInfo In EnvironmentVariables.CurrentVariables(EnvironmentVariableTarget.User)
Console.WriteLine(String.Format("Name:{0}; Value:{1}", envVar.Name, envVar.Value))
Next envVar
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.