AssemblyTypeRegistration

AssemblyTypeRegistration class

Singleton to register type in executing assembly.

template<typename T>class AssemblyTypeRegistration : public System::Reflection::AssemblyTypeRegistrationBase

Template parameters

ParameterDescription
TType to register.

Methods

MethodDescription
AssemblyTypeRegistration()Creates singleton, thus registering type in executing assembly.
AssemblyTypeRegistration(const SharedPtr<Assembly>&)Creates singleton, thus registering type in the specified assembly.

See Also