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
static | Exit(int)Terminates the current process and sets the process exit code to the specified value. | |
static | ExpandEnvironmentVariables(string)Expands all the environment variable references in the given string with the value of the environment variable. | |
static | FailFast(string)Documentation for this section has not yet been entered. | |
static | FailFast(string, Exception)Documentation for this section has not yet been entered. | |
static | GetCommandLineArgs()Returns the arguments specified on the command line. | |
static | GetEnvironmentVariable(string)Returns the value of the specified environment variable. | |
static | GetEnvironmentVariable(string, EnvironmentVariableTarget)Documentation for this section has not yet been entered. | |
static | GetEnvironmentVariables()Returns all environment variables and their current settings. | |
static | GetEnvironmentVariables(EnvironmentVariableTarget)Documentation for this section has not yet been entered. | |
static | GetFolderPath(Environment.SpecialFolder)Returns the path on the file system corresponding to the special folder. | |
static | GetFolderPath(Environment.SpecialFolder, Environment.SpecialFolderOption)Documentation for this section has not yet been entered. | |
static | GetLogicalDrives()Documentation for this section has not yet been entered. | |
static | SetEnvironmentVariable(string, string)Documentation for this section has not yet been entered. | |
static | SetEnvironmentVariable(string, string, EnvironmentVariableTarget)Documentation for this section has not yet been entered. | |