ActivatorLevel Enumeration
Assembly: mscorlib (in mscorlib.dll)
'Declaration <SerializableAttribute> _ <ComVisibleAttribute(True)> _ Public Enumeration ActivatorLevel 'Usage Dim instance As ActivatorLevel
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ public enum ActivatorLevel
SerializableAttribute ComVisibleAttribute(true) public enum ActivatorLevel
| Member name | Description | |
|---|---|---|
| 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. |
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 ActivatorLevel enumerator helps activators find the appropriate position in the chain.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.