Kodama

PrototypeComponentEntry クラス

[This is preliminary documentation and subject to change.]

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

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

System.Object
   Kodama.DependencyInjection.Component.PrototypeComponentEntry

public class PrototypeComponentEntry : IComponentEntry

スレッドセーフ

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

解説

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

必要条件

名前空間: Kodama.DependencyInjection.Component

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

参照

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