Property | Type | Description | |
---|---|---|---|
Action | EnvVarAction | ||
Condition | Condition | ||
Feature | |||
Part | EnvVarPart? | ||
Permanent | bool? | ||
System | bool? | ||
Value | string |
Method | Description | |
---|---|---|
EnvironmentVariable ( |
Initializes a new instance of the EnvironmentVariable class.
|
|
EnvironmentVariable ( |
Initializes a new instance of the EnvironmentVariable class.
|
|
EnvironmentVariable ( |
Initializes a new instance of the EnvironmentVariable class.
|
|
EnvironmentVariable ( string name, string value ) : System |
Initializes a new instance of the EnvironmentVariable class.
|
Method | Description | |
---|---|---|
ToXml ( ) : object[] |
public EnvironmentVariable ( |
||
feature | ||
name | string | The name of the environment variable. |
value | string | The value of the environment variable. |
return | System |
public EnvironmentVariable ( |
||
id | The explicit |
|
feature | ||
name | string | The name. |
value | string | The value. |
return | System |
public EnvironmentVariable ( |
||
id | The explicit |
|
name | string | The name of the environment variable. |
value | string | The value of the environment variable. |
return | System |
public EnvironmentVariable ( string name, string value ) : System | ||
name | string | The name of the environment variable. |
value | string | The value of the environment variable. |
return | System |