The SimpleInjectorUseOptions type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ApplicationServices |
Gets the IServiceProvider that provides access to the framework's singleton
services.
| |
| AutoCrossWireFrameworkComponents |
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.
| |
| Container |
Gets the application's Simple Injector Container.
| |
| Services |
Gets the IServiceCollection that contains the collection of framework components.
|
See Also