Register a component to be created through reflection.
| C# | Visual Basic | Visual C++ |
public static IRegistrationBuilder<TImplementor, ConcreteReflectionActivatorData, SingleRegistrationStyle> RegisterType<TImplementor>( ContainerBuilder builder )
Public Shared Function RegisterType(Of TImplementor) ( _ builder As ContainerBuilder _ ) As IRegistrationBuilder(Of TImplementor, ConcreteReflectionActivatorData, SingleRegistrationStyle)
public: generic<typename TImplementor> static IRegistrationBuilder<TImplementor, ConcreteReflectionActivatorData^, SingleRegistrationStyle^>^ RegisterType( ContainerBuilder^ builder )
- TImplementor
- The type of the component implementation.
- builder (ContainerBuilder)
- Container builder.
Registration builder allowing the registration to be configured.