Click or drag to resize
DependencyInjectionDiscoveryInformation Fields

The DependencyInjectionDiscoveryInformation type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberConfigInformation
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.
Public fieldStatic memberPerformAutoDiscoveryDependencyInjectionInformation
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
Top
See Also