Kodama

ComponentContainerImpl.GetComponentEntry メソッド (String)

[This is preliminary documentation and subject to change.]

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

public IComponentEntry GetComponentEntry(
   string componentName
);

パラメータ

componentName
取得するコンポーネントの名前

戻り値

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

実装

IComponentContainer.GetComponentEntry

例外

例外の種類 条件
TooManyRegistrationException 指定された名前をもつコンポーネントが複数あった場合に発生する例外
ComponentNotFoundException 指定された名前をもつコンポーネントがなかった場合に発生する例外

参照

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