Environment.GetEnvironmentVariable Method (String)
Retrieves the value of an environment variable from the current process.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- variable
- Type: System.String
The name of the environment variable.
Return Value
Type: System.StringThe value of the environment variable specified by variable, or null if the environment variable is not found.
| Exception | Condition |
|---|---|
| ArgumentNullException | variable is null. |
| SecurityException | The caller does not have the required permission to perform this operation. |
The following example demonstrates the GetEnvironmentVariable method.
- EnvironmentPermission
for the ability to read the value of variable. Associated enumeration: EnvironmentPermissionAccess.Read
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.