ServicesBuilderServiceProviderFactory Class

Summary

Class ServicesBuilderServiceProviderFactory. Implements the Microsoft.Extensions.DependencyInjection.IServiceProviderFactory`1
Assembly
Rocket.Surgery.Hosting.dll
Namespace
Rocket.Surgery.Hosting
Interfaces
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IServiceProviderFactory<IServicesBuilder>"] Type["ServicesBuilderServiceProviderFactory"] class Type type-node

Syntax

public class ServicesBuilderServiceProviderFactory : IServiceProviderFactory<IServicesBuilder>

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Constructors

Methods

Name Value Summary
CreateBuilder(IServiceCollection) IServicesBuilder
Creates a container builder from an Microsoft.Extensions.DependencyInjection.IServiceCollection.
CreateServiceProvider(IServicesBuilder) IServiceProvider
Creates the service provider.

Extension Methods

See Also

  • Microsoft.Extensions.DependencyInjection.IServiceProviderFactory`1