Click or drag to resize

IComponentRegistrar Interface

Defines a registration mechanism that converts configuration data into Autofac component registrations.

Namespace:  Autofac.Configuration
Assembly:  Autofac.Configuration (in Autofac.Configuration.dll) Version: 6.0.0+ec1c6438ceb3f3338c7364e35e7303f014e3fc39
Syntax
public interface IComponentRegistrar

The IComponentRegistrar type exposes the following members.

Methods
  NameDescription
Public methodRegisterConfiguredComponents
Registers individual configured components into a container builder.
Top
See Also