DependencyInjectionDiscoveryInformation Fields |
The DependencyInjectionDiscoveryInformation type exposes the following members.
Name | Description | |
---|---|---|
ConfigInformation |
Set this object to an instance of DependencyInjectionConfigInformation with the assemblies / namespace fragments as if it was loaded from the
config file. If you need information read from the config file, leave this field to null / Nothing (default) so it will signal the
DependencyInjectionInfoProvider to read the config file for additional information instead.
| |
PerformAutoDiscoveryDependencyInjectionInformation |
Flag to signal the DependencyInjectionProvider that the auto discovery of dependency injection info in the assemblies of the application should be
performed (true) or not (false). Default: false
|