ProcessLauncherOptions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定用于启动指定进程的选项。
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
- 继承
- 属性
Windows 要求
设备系列 |
Windows IoT Extension SDK (在 10.0.10586.0 中引入)
|
API contract |
Windows.System.SystemManagementContract (在 v2.0 中引入)
|
构造函数
ProcessLauncherOptions() |
创建并初始化进程启动器选项对象的新实例。 |
属性
StandardError |
指定将标准错误定向到的位置。 |
StandardInput |
指定标准输入来自何处。 |
StandardOutput |
指定标准输出定向到的位置。 |
WorkingDirectory |
获取或设置进程启动器将要使用的目录。 |