The methods of System.Environment are listed below. For a list of all members, see the Environment Members list.
See Also: Inherited members from System.Object
staticExit(int) Terminates the current process and sets the process exit code to the specified value. staticExpandEnvironmentVariables(string) : string Expands all the environment variable references in the given string with the value of the environment variable. staticFailFast(string) Documentation for this section has not yet been entered. staticGetCommandLineArgs() : string[] Returns the arguments specified on the command line. staticGetEnvironmentVariable(string) : string Returns the value of the specified environment variable. staticGetEnvironmentVariable(string, EnvironmentVariableTarget) : string Documentation for this section has not yet been entered. staticGetEnvironmentVariables() : IDictionary Returns all environment variables and their current settings. staticGetEnvironmentVariables(EnvironmentVariableTarget) : IDictionary Documentation for this section has not yet been entered. staticGetFolderPath(Environment.SpecialFolder) : string Returns the path on the file system corresponding to the special folder. staticGetLogicalDrives() : string[] Documentation for this section has not yet been entered. staticSetEnvironmentVariable(string, string) Documentation for this section has not yet been entered. staticSetEnvironmentVariable(string, string, EnvironmentVariableTarget) Documentation for this section has not yet been entered.