mscorlib(4.0.0.0) API with additions
EnvironmentVariableTarget.cs
2 
3 namespace System
4 {
6  [ComVisible(true)]
8  {
10  Process,
12  User,
14  Machine
15  }
16 }
Definition: __Canon.cs:3
The IME PROCESS key.
EnvironmentVariableTarget
Specifies the location where an environment variable is stored or retrieved in a set or get operation...
The environment variable is stored or retrieved from the HKEY_CURRENT_USER\Environment key in the Win...