프로퍼티 | 타입 | 설명 | |
---|---|---|---|
IsNullValue | bool | ||
NormalizeValue | string | ||
SetEnvironmentVariable | bool | ||
SetSingleEnvironmentVariable | void | ||
setenv | int | ||
unsetenv | int |
메소드 | 설명 | |
---|---|---|
ExecuteTask ( ) : void |
Set the environment variables
|
|
Initialize ( ) : void |
Checks whether the task is initialized with valid attributes.
|
메소드 | 설명 | |
---|---|---|
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 |