IReplHost
Represents an input/output host used to run interactive REPL sessions outside the local console.
- Kind:
Interface - Namespace: Repl
- Assembly:
Repl.Core - Source: src/Repl.Core/IReplHost.cs
Signature
Section titled “Signature”public interface IReplHostDerived Classes
Section titled “Derived Classes”Properties
Section titled “Properties”Gets the host input reader.
TextReader Input { get; }Returns
Section titled “Returns”Output
Section titled “Output”Gets the host output writer.
TextWriter Output { get; }