System::Reflection::AssemblyTypeRegistration クラス

AssemblyTypeRegistration class

実行中のアセンブリに型を登録するシングルトン。

template<typename T>class AssemblyTypeRegistration : public System::Reflection::AssemblyTypeRegistrationBase
パラメーター説明
T登録する型。

メソッド

メソッド説明
AssemblyTypeRegistration()シングルトンを作成し、実行中のアセンブリに型を登録します。
AssemblyTypeRegistration(const SharedPtr<Assembly>&)シングルトンを作成し、指定されたアセンブリに型を登録します。

参照