ProcessHost.StartApplication(String, String, Object) 메서드

정의

지정된 애플리케이션을 시작합니다.

이 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

런타임 관리자 인터페이스입니다.

구현

적용 대상