AssemblyTypeRegistration()

AssemblyTypeRegistration::AssemblyTypeRegistration() constructor

Creates singleton, thus registering type in executing assembly.

System::Reflection::AssemblyTypeRegistration<T>::AssemblyTypeRegistration()

AssemblyTypeRegistration::AssemblyTypeRegistration(const SharedPtr<Assembly>&) constructor

Creates singleton, thus registering type in the specified assembly.

System::Reflection::AssemblyTypeRegistration<T>::AssemblyTypeRegistration(const SharedPtr<Assembly> &assembly)

See Also