SimpleInjectorUseOptionsAutoCrossWireFrameworkComponents Property

Simple Injector
Gets or sets a value indicating whether or not Simple Injector should try to load framework components from the framework's configuration system or not. The default is true.

Namespace:  SimpleInjector
Assembly:  SimpleInjector.Integration.ServiceCollection (in SimpleInjector.Integration.ServiceCollection.dll) Version: 5.0.0
Syntax

public bool AutoCrossWireFrameworkComponents { get; }

Property Value

Type: Boolean
A boolean value.
See Also

Reference