ProcessLauncher 클래스

정의

연결된 인수(있는 경우)를 사용하여 지정된 프로세스를 시작합니다.

public ref class ProcessLauncher abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.SystemManagementContract, 131072)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ProcessLauncher final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.SystemManagementContract), 131072)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class ProcessLauncher
Public Class ProcessLauncher
상속
Object Platform::Object IInspectable ProcessLauncher
특성

Windows 요구 사항

디바이스 패밀리
Windows IoT Extension SDK (10.0.10586.0에서 도입되었습니다.)
API contract
Windows.System.SystemManagementContract (v2.0에서 도입되었습니다.)
앱 기능
systemManagement

설명

이 API를 사용하려면 IoT systemManagement 기능을 사용해야 합니다. 사용자는 Package.appmanifest에 다음을 추가할 수 있습니다. <iot:Capability Name="systemManagement"/>

메서드

RunToCompletionAsync(String, String)

새 프로세스를 시작합니다. 이 비동기 함수는 시작된 프로세스가 종료되면 완료됩니다.

RunToCompletionAsync(String, String, ProcessLauncherOptions)

지정된 옵션을 포함하여 새 프로세스를 시작합니다. 이 비동기 함수는 시작된 프로세스가 종료되면 완료됩니다.

적용 대상