public SetEnv ( [ name, [ value ) : void | ||
name | [ | Environment variable name, case-insensitive. |
value | [ | Environment variable value, or |
Результат | void |
Sets the startup environment variable for the console process, before it is started.
This cannot be used to change the environment variables of a running console process.
public SetEnv ( [ name, [ value ) : void | ||
name | [ | Environment variable name, case-insensitive. |
value | [ | Environment variable value, or |
Результат | void |