ProcessLauncherOptions Klasse

Definition

Gibt die Optionen an, die zum Starten des angegebenen Prozesses verwendet werden.

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
Vererbung
Object Platform::Object IInspectable ProcessLauncherOptions
Attribute

Windows-Anforderungen

Gerätefamilie
Windows IoT Extension SDK (eingeführt in 10.0.10586.0)
API contract
Windows.System.SystemManagementContract (eingeführt in v2.0)

Konstruktoren

ProcessLauncherOptions()

Erstellt und initialisiert eine neue instance des Prozessstartprogrammoptionenobjekts.

Eigenschaften

StandardError

Gibt an, wohin ein Standardfehler weitergeleitet wird.

StandardInput

Gibt an, wo eine Standardeingabe stammt.

StandardOutput

Gibt an, wohin eine Standardausgabe geleitet wird.

WorkingDirectory

Ruft das Verzeichnis ab, in dem das Prozessstartprogramm verwendet wird, oder legt es fest.

Gilt für: