SimpleInjectorUseOptions Properties

Simple Injector

The SimpleInjectorUseOptions type exposes the following members.

Properties

  NameDescription
Public propertyApplicationServices
Gets the IServiceProvider that provides access to the framework's singleton services.
Public propertyAutoCrossWireFrameworkComponents
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.
Public propertyContainer
Gets the application's Simple Injector Container.
Public propertyServices
Gets the IServiceCollection that contains the collection of framework components.
Top
See Also

Reference