UtilEnvironmentVariableGetEnvironmentVariableInfo Method
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.
public:
static EnvironmentVariableInfo^ GetEnvironmentVariableInfo(
EnvironmentVariableTarget scope,
String^ name
)
static member GetEnvironmentVariableInfo :
scope : EnvironmentVariableTarget *
name : string -> EnvironmentVariableInfo
No code example is currently available or this language may not be supported.
- scope EnvironmentVariableTarget
-
The environment scope that owns the variable.
- name String
-
The variable name.
EnvironmentVariableInfo
A
EnvironmentVariableInfo object that contains the variable data.
ArgumentNullException
|
name
|
InvalidEnumArgumentException
|
scope
|
ArgumentException
|
The specified variable doesn't exists.;name
|