IComponentActivator 接口

定义

表示可用于实例化组件的激活器。 激活器不负责依赖关系注入,因为框架单独对生成的实例执行依赖关系注入。

public interface class IComponentActivator
public interface IComponentActivator
type IComponentActivator = interface
Public Interface IComponentActivator

方法

CreateInstance(Type)

创建指定类型的组件。

适用于