Kodama

ComponentContainerImpl.GetComponentEntry メソッド

[This is preliminary documentation and subject to change.]

指定された名前をもつコンポーネントの登録情報を取得する

オーバーロードの一覧

指定された名前をもつコンポーネントの登録情報を取得する

public IComponentEntry GetComponentEntry(string);

指定されたインターフェイスを実装するコンポーネントの登録情報を取得する

public IComponentEntry GetComponentEntry(Type);

参照

ComponentContainerImpl クラス | Kodama.DependencyInjection.Container 名前空間