System::Reflection::AssemblyTypeRegistration クラス
AssemblyTypeRegistration class
実行中のアセンブリに型を登録するシングルトン。
template<typename T>class AssemblyTypeRegistration : public System::Reflection::AssemblyTypeRegistrationBase
| パラメーター | 説明 |
|---|---|
| T | 登録する型。 |
メソッド
| メソッド | 説明 |
|---|---|
| AssemblyTypeRegistration() | シングルトンを作成し、実行中のアセンブリに型を登録します。 |
| AssemblyTypeRegistration(const SharedPtr<Assembly>&) | シングルトンを作成し、指定されたアセンブリに型を登録します。 |
参照
- Class AssemblyTypeRegistrationBase
- Namespace System::Reflection
- Library Aspose.Page for C++