ProcessHost.StartApplication(String, String, Object) Methode

Definitie

Hiermee start u de opgegeven toepassing.

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

public:
 virtual void StartApplication(System::String ^ appId, System::String ^ appPath, [Runtime::InteropServices::Out] System::Object ^ % runtimeInterface);
public void StartApplication(string appId, string appPath, out object runtimeInterface);
abstract member StartApplication : string * string * obj -> unit
override this.StartApplication : string * string * obj -> unit
Public Sub StartApplication (appId As String, appPath As String, ByRef runtimeInterface As Object)

Parameters

appId
String

De toepassings-id.

appPath
String

Het virtuele pad naar de toepassing.

runtimeInterface
Object

Een runtimebeheerinterface.

Implementeringen

Van toepassing op