mscorlib(4.0.0.0) API with additions
RegistrationClassContext.cs
2 {
4  [Flags]
6  {
8  InProcessServer = 0x1,
10  InProcessHandler = 0x2,
12  LocalServer = 0x4,
14  InProcessServer16 = 0x8,
16  RemoteServer = 0x10,
18  InProcessHandler16 = 0x20,
20  Reserved1 = 0x40,
22  Reserved2 = 0x80,
24  Reserved3 = 0x100,
26  Reserved4 = 0x200,
28  NoCodeDownload = 0x400,
30  Reserved5 = 0x800,
32  NoCustomMarshal = 0x1000,
34  EnableCodeDownload = 0x2000,
36  NoFailureLog = 0x4000,
40  EnableActivateAsActivator = 0x10000,
42  FromDefaultContext = 0x20000
43  }
44 }
Specifies whether activation fails if it uses custom marshaling.
The code that manages objects of this class is an in-process handler.
The code that creates and manages objects of this class is a DLL that runs in the same process as the...
Enables activate-as-activator (AAA) activations for this activation only.
Allows the downloading of code from the Directory Service or the Internet.
Disables activate-as-activator (AAA) activations for this activation only.
The EXE code that creates and manages objects of this class runs on same machine but is loaded in a s...
Begin this activation from the default context of the current apartment.
Disallows the downloading of code from the Directory Service or the Internet.
RegistrationClassContext
Specifies the set of execution contexts in which a class object will be made available for requests t...