ProcessLauncher Classe

Définition

Démarre le processus spécifié avec les arguments associés, le cas échéant.

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
Héritage
Object Platform::Object IInspectable ProcessLauncher
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows IoT Extension SDK (introduit dans 10.0.10586.0)
API contract
Windows.System.SystemManagementContract (introduit dans v2.0)
Fonctionnalités de l’application
systemManagement

Remarques

Cette API nécessite l’utilisation de la fonctionnalité IoT SystemManagement . Les utilisateurs peuvent ajouter les éléments suivants à leur package.appmanifest : <iot:Capability Name="systemManagement"/>

Méthodes

RunToCompletionAsync(String, String)

Lance un nouveau processus. Cette fonction asynchrone se termine à l’arrêt du processus lancé.

RunToCompletionAsync(String, String, ProcessLauncherOptions)

Lance un nouveau processus, y compris les options spécifiées. Cette fonction asynchrone se termine à l’arrêt du processus lancé.

S’applique à