IConfigSystem.Init(Type, Object[]) Metod

Definition

Initierar ett konfigurationsobjekt.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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())

Parametrar

typeConfigHost
Type

Typ av konfigurationsvärd.

hostInitParams
Object[]

En matris med konfigurationsvärdparametrar.

Gäller för