Mono Class Library: Overview

System.Environment: Method Members

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

Public Methods

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