Method | Description | |
---|---|---|
GetEnvironmentVariable ( string key ) : string |
Retrieves the value of an environment variable from the current process.
|
|
GetEnvironmentVariables ( ) : string>.IDictionary |
Retrieves all environment variable names and their values from the current process.
|
public static GetEnvironmentVariable ( string key ) : string | ||
key | string | |
return | string |
public static GetEnvironmentVariables ( ) : string>.IDictionary |
||
return | string>.IDictionary |