/// <summary>
 /// Gets the contents of the REPL window without the prompt text.
 /// </summary>
 public string GetReplTextWithoutPrompt()
 => _inProc.GetReplTextWithoutPrompt();
示例#2
0
 /// <summary>
 /// Gets the contents of the REPL window without the prompt text.
 /// </summary>
 public string GetReplTextWithoutPrompt()
 => _interactiveWindowInProc.GetReplTextWithoutPrompt();
 /// <summary>
 /// Gets the contents of the REPL window without the prompt text.
 /// </summary>
 public string GetReplTextWithoutPrompt()
 {
     return(_inProc.GetReplTextWithoutPrompt());
 }