DefaultServiceProviderFactory Constructors

Definition

Overloads

DefaultServiceProviderFactory()

Initializes a new instance of the DefaultServiceProviderFactory class with default options.

DefaultServiceProviderFactory(ServiceProviderOptions)

Initializes a new instance of the DefaultServiceProviderFactory class with the specified options.

DefaultServiceProviderFactory()

Source:
DefaultServiceProviderFactory.cs
Source:
DefaultServiceProviderFactory.cs
Source:
DefaultServiceProviderFactory.cs
Source:
DefaultServiceProviderFactory.cs

Initializes a new instance of the DefaultServiceProviderFactory class with default options.

public:
 DefaultServiceProviderFactory();
public DefaultServiceProviderFactory ();
Public Sub New ()

Applies to

DefaultServiceProviderFactory(ServiceProviderOptions)

Source:
DefaultServiceProviderFactory.cs
Source:
DefaultServiceProviderFactory.cs
Source:
DefaultServiceProviderFactory.cs
Source:
DefaultServiceProviderFactory.cs

Initializes a new instance of the DefaultServiceProviderFactory class with the specified options.

public:
 DefaultServiceProviderFactory(Microsoft::Extensions::DependencyInjection::ServiceProviderOptions ^ options);
public DefaultServiceProviderFactory (Microsoft.Extensions.DependencyInjection.ServiceProviderOptions options);
new Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory : Microsoft.Extensions.DependencyInjection.ServiceProviderOptions -> Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory
Public Sub New (options As ServiceProviderOptions)

Parameters

options
ServiceProviderOptions

The options to use for this instance.

Applies to