Autofac .NET Inversion of Control Container
Build Method
NamespacesAutofacContainerBuilderBuild()()()
Create a new container with the component registrations that have been made.
Declaration Syntax
C#Visual BasicVisual C++
public virtual IContainer Build()
Public Overridable Function Build As IContainer
public:
virtual IContainer^ Build()
Return Value
A new container with the configured component registrations.
Remarks
Build can only be called once per ContainerBuilder - this prevents ownership issues for provided instances.

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