mscorlib(4.0.0.0) API with additions
ActivatorLevel.cs
2 
4 {
7  [ComVisible(true)]
8  public enum ActivatorLevel
9  {
11  Construction = 4,
13  Context = 8,
15  AppDomain = 12,
17  Process = 0x10,
19  Machine = 20
20  }
21 }
ActivatorLevel
Defines the appropriate position for a T:System.Activator in the chain of activators.
Definition: __Canon.cs:3
The IME PROCESS key.
Represents an application domain, which is an isolated environment where applications execute....
Definition: AppDomain.cs:33
Constructs a blank object and runs the constructor.
Specifies that the class can be serialized.