DefaultServiceProviderFactory Конструкторы

Определение

Перегрузки

DefaultServiceProviderFactory()

Инициализирует новый экземпляр класса DefaultServiceProviderFactory с параметрами по умолчанию.

DefaultServiceProviderFactory(ServiceProviderOptions)

Инициализирует новый экземпляр класса DefaultServiceProviderFactory указанным значением options.

DefaultServiceProviderFactory()

Исходный код:
DefaultServiceProviderFactory.cs
Исходный код:
DefaultServiceProviderFactory.cs
Исходный код:
DefaultServiceProviderFactory.cs
Исходный код:
DefaultServiceProviderFactory.cs

Инициализирует новый экземпляр класса DefaultServiceProviderFactory с параметрами по умолчанию.

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

Применяется к

DefaultServiceProviderFactory(ServiceProviderOptions)

Исходный код:
DefaultServiceProviderFactory.cs
Исходный код:
DefaultServiceProviderFactory.cs
Исходный код:
DefaultServiceProviderFactory.cs
Исходный код:
DefaultServiceProviderFactory.cs

Инициализирует новый экземпляр класса DefaultServiceProviderFactory указанным значением 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)

Параметры

options
ServiceProviderOptions

Параметр, который нужно использовать для этого экземпляра.

Применяется к