IInternalConfigConfigurationFactory.Create(Type, Object[]) 方法

定义

创建并初始化一个 Configuration 对象。

public:
 System::Configuration::Configuration ^ Create(Type ^ typeConfigHost, ... cli::array <System::Object ^> ^ hostInitConfigurationParams);
public System.Configuration.Configuration Create (Type typeConfigHost, params object[] hostInitConfigurationParams);
abstract member Create : Type * obj[] -> System.Configuration.Configuration
Public Function Create (typeConfigHost As Type, ParamArray hostInitConfigurationParams As Object()) As Configuration

参数

typeConfigHost
Type

要创建的 Type 对象的 Configuration

hostInitConfigurationParams
Object[]

一个 Object 参数数组,包含要应用于已创建的 Configuration 对象的参数。

返回

Configuration 对象。

适用于