Autofac .NET Inversion of Control Container
ExcludeDefaultModules Property
NamespacesAutofacContainerBuilderExcludeDefaultModules
If set to true, standard container functionality like resolve-all, auto-generated factories and owned-instances will not be registered by this builder.
Declaration Syntax
C#Visual BasicVisual C++
public bool ExcludeDefaultModules { get; set; }
Public Property ExcludeDefaultModules As Boolean
public:
property bool ExcludeDefaultModules {
	bool get ();
	void set (bool value);
}

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