Environment.GetEnvironmentVariable Method
.NET Framework 2.0
Retrieves the value of an environment variable.
| Name | Description |
|---|---|
| Environment.GetEnvironmentVariable (String) | Retrieves the value of an environment variable from the current process. |
| Environment.GetEnvironmentVariable (String, EnvironmentVariableTarget) | Retrieves the value of an environment variable from the current process or from the Windows operating system registry key for the current user or local machine. |