ProcessLauncherOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Windows requirements
| Requirements | Description |
|---|---|
| Device family |
Windows IoT Extension SDK (introduced in 10.0.10586.0)
|
| API contract |
Windows.System.SystemManagementContract (introduced in v2.0)
|
Constructors
| Name | Description |
|---|---|
| ProcessLauncherOptions() |
Creates and initializes a new instance of the process launcher options object. |
Properties
| Name | Description |
|---|---|
| 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. |