ProcessLauncherResult 类

定义

表示已启动进程的返回。

public ref class ProcessLauncherResult sealed
/// [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 ProcessLauncherResult final
[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 ProcessLauncherResult
Public NotInheritable Class ProcessLauncherResult
继承
Object Platform::Object IInspectable ProcessLauncherResult
属性

Windows 要求

设备系列
Windows IoT Extension SDK (在 10.0.10586.0 中引入)
API contract
Windows.System.SystemManagementContract (在 v2.0 中引入)

属性

ExitCode

表示从 ProcessLauncher 运行的进程的退出代码。

适用于