Пример #1
0
 static CoreCLRRuntimeEnvironment()
 {
     SharedConsole.OverrideConsole();
 }
Пример #2
0
 public void CaptureOutput(Action action, int expectedLength, out string output, out string errorOutput)
 => SharedConsole.CaptureOutput(action, expectedLength, out output, out errorOutput);