Property | Type | Description | |
---|---|---|---|
IsNullValue | bool | ||
NormalizeValue | string | ||
SetEnvironmentVariable | bool | ||
SetSingleEnvironmentVariable | void | ||
setenv | int | ||
unsetenv | int |
Method | Description | |
---|---|---|
ExecuteTask ( ) : void |
Set the environment variables
|
|
Initialize ( ) : void |
Checks whether the task is initialized with valid attributes.
|
Method | Description | |
---|---|---|
IsNullValue ( string value ) : bool | ||
NormalizeValue ( string value ) : string | ||
SetEnvironmentVariable ( string lpName, string lpValue ) : bool | ||
SetSingleEnvironmentVariable ( string name, string value ) : void |
Do the actual work here.
|
|
setenv ( string name, string value, int overwrite ) : int | ||
unsetenv ( string name ) : int |