次の方法で共有


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

このインスタンスに使用するオプション。

適用対象