Class OutputMemoryTerminal

OutputMemoryTerminal class

Provides a memory stream as a terminal output destination.

public class OutputMemoryTerminal : IOutputTerminal

Constructors

NameDescription
OutputMemoryTerminal()The default constructor.

Properties

NameDescription
Stream { get; }Gets the memory stream.
Writer { get; }Gets the writer for the output terminal.

See Also