ProcessHost.StartApplication(String, String, Object) Metod

Definition

Startar det angivna programmet.

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

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)

Parametrar

appId
String

Program-ID:t.

appPath
String

Den virtuella sökvägen till programmet.

runtimeInterface
Object

Ett körningshanterargränssnitt.

Implementeringar

Gäller för