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

終了コード。

適用対象