IProcessHost.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:
 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
Public Sub StartApplication (appId As String, appPath As String, ByRef runtimeInterface As Object)

Parametrar

appId
String

Det unika program-ID:t.

appPath
String

Den virtuella sökvägen till programmet.

runtimeInterface
Object

Ett körningshanterargränssnitt.

Gäller för