Click or drag to resize

ContainerBuildOptions Enumeration

Parameterises the construction of a container by a ContainerBuilder.

Namespace:  Autofac.Builder
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
[FlagsAttribute]
public enum ContainerBuildOptions
Members
  Member nameValueDescription
None0 No options - the default behavior for container building.
ExcludeDefaultModules2 Prevents inclusion of standard modules like support for relationship types including IEnumerableT etc.
IgnoreStartableComponents4 Does not call Start on components implementing this interface (useful for module testing.)
See Also