/// <summary>
 /// Gets the last output from the REPL.
 /// </summary>
 public string GetLastReplOutput()
 => _inProc.GetLastReplOutput();
예제 #2
0
 /// <summary>
 /// Gets the last output from the REPL.
 /// </summary>
 public string GetLastReplOutput()
 => _interactiveWindowInProc.GetLastReplOutput();
예제 #3
0
 /// <summary>
 /// Gets the last output from the REPL.
 /// </summary>
 public string GetLastReplOutput()
 {
     return(_inProc.GetLastReplOutput());
 }