IComponentActivator 介面

定義

表示可用來具現化元件的啟動器。 啟動程式不負責相依性插入,因為架構會個別對產生的實例執行相依性插入。

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

方法

CreateInstance(Type)

建立指定型別的元件。

適用於