다음을 통해 공유


IConfigSystem.Init(Type, Object[]) 메서드

정의

구성 개체를 초기화합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 void Init(Type ^ typeConfigHost, ... cli::array <System::Object ^> ^ hostInitParams);
public void Init (Type typeConfigHost, params object[] hostInitParams);
abstract member Init : Type * obj[] -> unit
Public Sub Init (typeConfigHost As Type, ParamArray hostInitParams As Object())

매개 변수

typeConfigHost
Type

구성 호스트의 형식입니다.

hostInitParams
Object[]

구성 호스트 매개 변수의 배열입니다.

적용 대상