ProcessLauncherResult Class

Definition

Represents the return of the launched process.

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

Windows requirements

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

Properties

ExitCode

Represents the exit code of the process that was run from ProcessLauncher.

Applies to