AppLaunchContext.unsetenv
void unsetenv(string variable)Arranges for variable to be unset in the child's environment when context is used to launch an application.
Parameters
variable | the environment variable to remove |
void unsetenv(string variable)Arranges for variable to be unset in the child's environment when context is used to launch an application.
variable | the environment variable to remove |