Class GenericApplicationContext
public class GenericApplicationContext : AbstractApplicationContext, IApplicationContext, IDisposable
- Inheritance
-
GenericApplicationContext
- Implements
- Inherited Members
Constructors
GenericApplicationContext(IServiceProvider, IConfiguration, IEnumerable<NameToTypeMapping>)
public GenericApplicationContext(IServiceProvider serviceProvider, IConfiguration configuration, IEnumerable<AbstractApplicationContext.NameToTypeMapping> nameToTypeMappings = null)
Parameters
serviceProvider
IServiceProviderconfiguration
IConfigurationnameToTypeMappings
IEnumerable<AbstractApplicationContext.NameToTypeMapping>