ProcessLauncher 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
연결된 인수(있는 경우)를 사용하여 지정된 프로세스를 시작합니다.
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
- 상속
- 특성
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) |
지정된 옵션을 포함하여 새 프로세스를 시작합니다. 이 비동기 함수는 시작된 프로세스가 종료되면 완료됩니다. |