IServiceProviderFactory<TContainerBuilder> Arabirim

Tanım

Kapsayıcıya özgü oluşturucu ve oluşturmak için bir IServiceProvideruzantı noktası sağlar.

generic <typename TContainerBuilder>
public interface class IServiceProviderFactory
public interface IServiceProviderFactory<TContainerBuilder>
type IServiceProviderFactory<'ContainerBuilder> = interface
Public Interface IServiceProviderFactory(Of TContainerBuilder)

Tür Parametreleri

TContainerBuilder
Türetilmiş

Yöntemler

CreateBuilder(IServiceCollection)

bir kapsayıcı oluşturucusu IServiceCollectionoluşturur.

CreateServiceProvider(TContainerBuilder)

Kapsayıcı oluşturucusundan bir IServiceProvider oluşturur.

Şunlara uygulanır