[ Version ( since = "2.32" ) ]
public void setenv (string variable, string value)
Arranges for variable
to be set to value
in the child's environment when this
is used to launch an application.
this | |
variable |
the environment variable to set |
value |
the value for to set the variable to. |