Kodama

ComponentContainerImpl.Register メソッド (Type, String)

[This is preliminary documentation and subject to change.]

コンポーネントを登録する

public void Register(
   Type componentType,
   string componentName
);

パラメータ

componentType
登録するコンポーネントの型
componentName
登録するコンポーネントの名前

実装

IMutableComponentContainer.Register

参照

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