다음을 통해 공유


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 개체입니다.

적용 대상