System.Runtime.Remoting.Activation.ActivatorLevel Enumeration

Defines the appropriate position for a Activator in the chain of activators.

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public enum ActivatorLevel

Remarks

The design of activators allows for more than one activator to participate in the activation process, and additional activators can be added to the chain by using IActivator.NextActivator. Because each activator is responsible for calling the next one in the chain, an activator can position itself anywhere in the chain. The System.Runtime.Remoting.Activation.ActivatorLevel enumerator helps activators find the appropriate position in the chain.

Members

Member NameDescription
AppDomain

Finds or creates a AppDomain.

Construction

Constructs a blank object and runs the constructor.

Context

Finds or creates a suitable context.

Machine

Finds a suitable computer.

Process

Starts a process.

Requirements

Namespace: System.Runtime.Remoting.Activation
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0