IComponentActivator 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示可用于实例化组件的激活器。 激活器不负责依赖关系注入,因为框架单独对生成的实例执行依赖关系注入。
public interface class IComponentActivator
public interface IComponentActivator
type IComponentActivator = interface
Public Interface IComponentActivator
方法
CreateInstance(Type) |
创建指定类型的组件。 |