Singleton to register type in executing assembly. More...
#include <assembly_type_registration.h>
Inherits System::Reflection::AssemblyTypeRegistrationBase.
Public Member Functions | |
AssemblyTypeRegistration () | |
Creates singleton, thus registering type in executing assembly. More... | |
AssemblyTypeRegistration (const SharedPtr< Assembly > &assembly) | |
Creates singleton, thus registering type in the specified assembly. More... | |
Additional Inherited Members | |
![]() | |
static void | RegisterType (const System::TypeInfo &type) |
Registers type in executing assembly. More... | |
static void | RegisterType (const SharedPtr< Assembly > &assembly, const System::TypeInfo &type) |
Registers type in specified assembly. More... | |
Singleton to register type in executing assembly.
T | Type to register. |
|
inline |
Creates singleton, thus registering type in executing assembly.
|
inline |
Creates singleton, thus registering type in the specified assembly.