ActivatorLevel 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 Activator 在激活器链中的适当位置。
public enum class ActivatorLevel
[System.Serializable]
public enum ActivatorLevel
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum ActivatorLevel
[<System.Serializable>]
type ActivatorLevel =
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ActivatorLevel =
Public Enum ActivatorLevel
- 继承
- 属性
字段
AppDomain | 12 | 找到或创建 AppDomain。 |
Construction | 4 | 构造空白对象并运行构造函数。 |
Context | 8 | 找到或创建适合的上下文。 |
Machine | 20 | 找到适合的计算机。 |
Process | 16 | 启动进程。 |
注解
激活器的设计允许多个激活器参与激活过程,并且可以使用 将其他激活器添加到链 IActivator.NextActivator中。 由于每个激活器负责调用链中的下一个激活器,因此激活器可以将自身定位在链中的任意位置。 枚举 ActivatorLevel 器可帮助激活器在链中查找适当的位置。