DefaultServiceProviderFactory 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
DefaultServiceProviderFactory() |
使用默认选项初始化 DefaultServiceProviderFactory 类的新实例。 |
DefaultServiceProviderFactory(ServiceProviderOptions) |
使用指定的 DefaultServiceProviderFactory 初始化 |
DefaultServiceProviderFactory()
使用默认选项初始化 DefaultServiceProviderFactory 类的新实例。
public:
DefaultServiceProviderFactory();
public DefaultServiceProviderFactory ();
Public Sub New ()
适用于
DefaultServiceProviderFactory(ServiceProviderOptions)
使用指定的 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
用于此实例的选项。