Kodama

SingletonComponentEntry クラス

[This is preliminary documentation and subject to change.]

DependencyInjectionコンテナに登録されているコンポーネント情報

この型のすべてのメンバの一覧については、 SingletonComponentEntry メンバを参照してください。

System.Object
   Kodama.DependencyInjection.Component.SingletonComponentEntry

public class SingletonComponentEntry : IComponentEntry

スレッドセーフ

この型の public static (Visual Basicでは Shared) のすべてのメンバは、 マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。

解説

このコンポーネント情報で登録されているコンポーネントは、 IComponentContainer#GetComponent毎に常に同じインスタンスを返す。

必要条件

名前空間: Kodama.DependencyInjection.Component

アセンブリ: Kodama.DependencyInjection (Kodama.DependencyInjection.dll 内)

参照

SingletonComponentEntry クラス | SingletonComponentEntry メンバ | Kodama.DependencyInjection.Component 名前空間 | ComponentContainerImpl