OnTargetOutput() protected method

protected OnTargetOutput ( bool is_stderr, string line ) : void
is_stderr bool
line string
return void
コード例 #1
0
ファイル: Interpreter.cs プロジェクト: tralivali1234/debugger
 public void target_output(bool is_stderr, string line)
 {
     interpreter.OnTargetOutput(is_stderr, line);
 }