IComponentActivator 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示可用來具現化元件的啟動器。 啟動程式不負責相依性插入,因為架構會個別對產生的實例執行相依性插入。
public interface class IComponentActivator
public interface IComponentActivator
type IComponentActivator = interface
Public Interface IComponentActivator
方法
CreateInstance(Type) |
建立指定型別的元件。 |