ProcessHost.StartApplication(String, String, Object) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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.