IConfigSystem.Init(Type, Object[]) Methode

Definitie

Initialiseert een configuratieobject.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Parameters

typeConfigHost
Type

Het type configuratiehost.

hostInitParams
Object[]

Een matrix met configuratiehostparameters.

Van toepassing op