DefaultServiceProviderFactory Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Default implementation of IServiceProviderFactory<TContainerBuilder>.
public ref class DefaultServiceProviderFactory : Microsoft::Extensions::DependencyInjection::IServiceProviderFactory<Microsoft::Extensions::DependencyInjection::IServiceCollection ^>
public class DefaultServiceProviderFactory : Microsoft.Extensions.DependencyInjection.IServiceProviderFactory<Microsoft.Extensions.DependencyInjection.IServiceCollection>
type DefaultServiceProviderFactory = class
interface IServiceProviderFactory<IServiceCollection>
Public Class DefaultServiceProviderFactory
Implements IServiceProviderFactory(Of IServiceCollection)
- Inheritance
-
DefaultServiceProviderFactory
- Implements
Default |
Initializes a new instance of the DefaultServiceProviderFactory class with default options. |
Default |
Initializes a new instance of the DefaultServiceProviderFactory class
with the specified |
Create |
Creates a container builder from an IServiceCollection. |
Create |
Creates an IServiceProvider from the container builder. |
Product | Versions |
---|---|
.NET | 8 (package-provided), 9 (package-provided) |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided), 2.1 (package-provided) |
.NET feedback
.NET is an open source project. Select a link to provide feedback: