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