Home
last modified time | relevance | path

Searched refs:app_exit_code (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13/system/src/tool/cafex/
DCharacter stream dumper.cs913 public ExitReason(Reason r ,Int32 app_exit_code) in ExitReason() argument
916 AppExitCode = app_exit_code; in ExitReason()
1472 Int32 app_exit_code = 0; in consume_raw_bytes()
1473app_exit_code = Int32.Parse(System.Text.RegularExpressions.Regex.Match(thing, @"\-*?\d+").Value); in consume_raw_bytes()
1475 … reason = new ExitReason(ExitReason.Reason.StoppedByApplicationExit, app_exit_code); in consume_raw_bytes()