AutofacBuilder.

AutofacBuilder(IRocketEnvironment, IConfiguration, IConventionScanner, IAssemblyProvider, IAssemblyCandidateFinder, IServiceCollection, ContainerBuilder, ILogger, IDictionary<object, object>) Constructor

Summary

Initializes a new instance of the AutofacBuilder class.

Syntax

public AutofacBuilder(IRocketEnvironment environment, IConfiguration configuration, IConventionScanner scanner, IAssemblyProvider assemblyProvider, IAssemblyCandidateFinder assemblyCandidateFinder, IServiceCollection services, ContainerBuilder containerBuilder, ILogger diagnosticSource, IDictionary<object, object> properties)

Parameters

Name Type Description
environment IRocketEnvironment The environment.
configuration IConfiguration The configuration.
scanner IConventionScanner The scanner.
assemblyProvider IAssemblyProvider The assembly provider.
assemblyCandidateFinder IAssemblyCandidateFinder The assembly candidate finder.
services IServiceCollection The services.
containerBuilder ContainerBuilder The container builder.
diagnosticSource ILogger The diagnostic source
properties IDictionary<object, object> The properties

Return Value

Type Description
void