ProcessHost.StartApplication(String, String, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
启动指定的应用程序。
此 API 支持产品基础结构,不能在代码中直接使用。
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)
参数
- appId
- String
应用程序 ID。
- appPath
- String
应用程序的虚拟路径。
- runtimeInterface
- Object
运行时管理器接口。