ProcessLauncherResult.ExitCode 属性

定义

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

public:
 property unsigned int ExitCode { unsigned int get(); };
uint32_t ExitCode();
public uint ExitCode { get; }
var uInt32 = processLauncherResult.exitCode;
Public ReadOnly Property ExitCode As UInteger

属性值

UInt32

unsigned int

uint32_t

退出代码。

适用于