Skip to content

IReplHost

Represents an input/output host used to run interactive REPL sessions outside the local console.

public interface IReplHost

Gets the host input reader.

TextReader Input { get; }

TextReader

Gets the host output writer.

TextWriter Output { get; }

TextWriter