[This is preliminary documentation and subject to change.]
指定された名前をもつコンポーネントの登録情報を取得する
指定された名前をもつコンポーネントの登録情報を取得する
IComponentEntry GetComponentEntry(string);
指定されたインターフェイスを実装するコンポーネントの登録情報を取得する
IComponentEntry GetComponentEntry(Type);
IComponentContainer インターフェイス | Kodama.DependencyInjection.Container 名前空間