mscorlib(4.0.0.0) API with additions
ActivatorLevel.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System.Runtime.Remoting.Activation
4
{
6
[
Serializable
]
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
}
System.Runtime.Remoting.Activation.ActivatorLevel
ActivatorLevel
Defines the appropriate position for a T:System.Activator in the chain of activators.
Definition:
ActivatorLevel.cs:8
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.AppDomain
Represents an application domain, which is an isolated environment where applications execute....
Definition:
AppDomain.cs:33
System.Runtime.Remoting.Activation.ActivatorLevel.Construction
Constructs a blank object and runs the constructor.
System.Runtime.Remoting.Activation
Definition:
ActivationAttributeStack.cs:1
System.Reflection.TypeAttributes.Serializable
Specifies that the class can be serialized.
All cs
System.Runtime.Remoting.Activation
ActivatorLevel.cs
Generated by
1.8.15