ProcessLauncherOptions Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie les options utilisées pour lancer le processus spécifié.
public ref class ProcessLauncherOptions sealed
/// [Windows.Foundation.Metadata.Activatable(131072, "Windows.System.SystemManagementContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.SystemManagementContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ProcessLauncherOptions final
[Windows.Foundation.Metadata.Activatable(131072, "Windows.System.SystemManagementContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.SystemManagementContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ProcessLauncherOptions
function ProcessLauncherOptions()
Public NotInheritable Class ProcessLauncherOptions
- Héritage
- 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)
|
Constructeurs
ProcessLauncherOptions() |
Crée et initialise une nouvelle instance de l’objet d’options du lanceur de processus. |
Propriétés
StandardError |
Spécifie l’emplacement vers lequel une erreur standard est dirigée. |
StandardInput |
Spécifie l’emplacement d’une entrée standard. |
StandardOutput |
Spécifie l’emplacement vers lequel une sortie standard est dirigée. |
WorkingDirectory |
Obtient ou définit le répertoire dans lequel le lanceur de processus fonctionnera. |