Aracılığıyla paylaş


IInternalConfigConfigurationFactory.Create(Type, Object[]) Yöntem

Tanım

Bir Configuration nesne oluşturur ve başlatır.

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

Parametreler

typeConfigHost
Type

Type Oluşturulacak nesnenin Configuration öğesi.

hostInitConfigurationParams
Object[]

Oluşturulan Configuration nesneye uygulanacak parametreleri içeren parametre dizisiObject.

Döndürülenler

Bir Configuration nesnesi.

Şunlara uygulanır