System::Reflection::AssemblyTypeRegistration classe
AssemblyTypeRegistration class
Singleton per registrare il tipo nell’assembly in esecuzione.
template<typename T>class AssemblyTypeRegistration : public System::Reflection::AssemblyTypeRegistrationBase
| Parametro | Descrizione |
|---|---|
| T | Tipo da registrare. |
Metodi
| Metodo | Descrizione |
|---|---|
| AssemblyTypeRegistration() | Crea un singleton, registrando così il tipo nell’assembly in esecuzione. |
| AssemblyTypeRegistration(const SharedPtr<Assembly>&) | Crea un singleton, registrando così il tipo nell’assembly specificato. |
Vedi anche
- Class AssemblyTypeRegistrationBase
- Namespace System::Reflection
- Library Aspose.Font for C++