言語

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 オブジェクト。

適用対象