コード例 #1
0
ファイル: ScriptRunner.cs プロジェクト: FFFF0h/RunPSScript
 /// <summary> Closes std::in and waits for the process to exit </summary>
 public void WaitForExit()
 {
     _runner.WaitForExit();
 }