IComponentActivator インターフェイス

定義

コンポーネントのインスタンス化に使用できるアクティベーターを表します。 フレームワークは結果のインスタンスへの依存関係の挿入を個別に実行するため、アクティベーターは依存関係の挿入を担当しません。

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

メソッド

CreateInstance(Type)

指定した型のコンポーネントを作成します。

適用対象