IActivator 接口

定义

提供远程处理激活器类的基本功能。

public interface class IActivator
public interface IActivator
[System.Runtime.InteropServices.ComVisible(true)]
public interface IActivator
type IActivator = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IActivator = interface
Public Interface IActivator
属性

注解

激活器通过引用对象控制和参与封送的激活。 一些激活器创建上下文,而另一些激活器则创建实际对象。

激活器使用 NextActivator 属性来形成必须观察的层次结构。

属性

Level

获取该激活器为活动状态的 ActivatorLevel

NextActivator

获取或设置链中的下一个激活器。

方法

Activate(IConstructionCallMessage)

创建在提供的 IConstructionCallMessage 中指定的对象的实例。

适用于

另请参阅