ProcessLauncherOptions Class

Definition

Specifies the options used to launch the specified process.

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
Inheritance
Object Platform::Object IInspectable ProcessLauncherOptions
Attributes

Windows requirements

Device family
Windows IoT Extension SDK (introduced in 10.0.10586.0)
API contract
Windows.System.SystemManagementContract (introduced in v2.0)

Constructors

ProcessLauncherOptions()

Creates and initializes a new instance of the process launcher options object.

Properties

StandardError

Specifies where a standard error is directed to.

StandardInput

Specifies where a standard input is coming from.

StandardOutput

Specifies where a standard output is directed to.

WorkingDirectory

Gets or sets the directory the process launcher will work in.

Applies to