EnvironmentVariableInfo Constructor
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 EnvironmentVariableInfo(
EnvironmentVariableTarget scope,
string name,
string value
)
Public Sub New (
scope As EnvironmentVariableTarget,
name As String,
value As String
)
Dim scope As EnvironmentVariableTarget
Dim name As String
Dim value As String
Dim instance As New EnvironmentVariableInfo(scope, name,
value)
public:
EnvironmentVariableInfo(
EnvironmentVariableTarget scope,
String^ name,
String^ value
)
new :
scope : EnvironmentVariableTarget *
name : string *
value : string -> EnvironmentVariableInfo
No code example is currently available or this language may not be supported.
Parameters
- scope EnvironmentVariableTarget
-
The variable scope.
- name String
-
The variable name.
- value String
-
The variable value.