System.Runtime.Remoting.Activation.ActivatorLevel Enumeration

Assembly: Mscorlib.dll
Namespace: System.Runtime.Remoting.Activation
Summary
Defines the appropriate position for an Activator in the chain of activators.
C# Syntax:
[Serializable]
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. Since each activator is responsible for calling the next one in the chain, an activator can position itself anywhere in the chain. The ActivatorLevel enumerator helps activators find the appropriate position in the chain.
See also:
System.Runtime.Remoting.Activation Namespace

System.Runtime.Remoting.Activation.ActivatorLevel Member List:

Public Fields
AppDomain Finds or creates an 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.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.