Поделиться через


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.

Применяется к