Autofac .NET Inversion of Control Container
Configure Method (componentRegistry)
NamespacesAutofacModuleConfigure(IComponentRegistry)
Apply the module to the component registry.
Declaration Syntax
C#Visual BasicVisual C++
public void Configure(
	IComponentRegistry componentRegistry
)
Public Sub Configure ( _
	componentRegistry As IComponentRegistry _
)
public:
virtual void Configure(
	IComponentRegistry^ componentRegistry
) sealed
Parameters
componentRegistry (IComponentRegistry)
Component registry to apply configuration to.

Assembly: Autofac (Module: Autofac) Version: 2.1.13.813 (2.1.13.813)