다음을 통해 공유


DefaultServiceProviderFactory 생성자

정의

오버로드

DefaultServiceProviderFactory()

기본 옵션을 사용하여 DefaultServiceProviderFactory 클래스의 새 인스턴스를 초기화합니다.

DefaultServiceProviderFactory(ServiceProviderOptions)

지정된 DefaultServiceProviderFactory를 사용하여 options 클래스의 새 인스턴스를 초기화합니다.

DefaultServiceProviderFactory()

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

기본 옵션을 사용하여 DefaultServiceProviderFactory 클래스의 새 인스턴스를 초기화합니다.

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

적용 대상

DefaultServiceProviderFactory(ServiceProviderOptions)

Source:
DefaultServiceProviderFactory.cs
Source:
DefaultServiceProviderFactory.cs
Source:
DefaultServiceProviderFactory.cs
Source:
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

이 인스턴스에 사용할 옵션입니다.

적용 대상