Class PhysicalConsoleLogger
Inheritance
PhysicalConsoleLogger
Implements
McMaster.Extensions.CommandLineUtils.IConsole
Assembly: AnalysisPrograms.dll
Syntax
public class PhysicalConsoleLogger : IConsole
Constructors
|
Improve this Doc
View Source
PhysicalConsoleLogger()
Declaration
public PhysicalConsoleLogger()
Properties
|
Improve this Doc
View Source
BackgroundColor
Declaration
public ConsoleColor BackgroundColor { get; set; }
Property Value
|
Improve this Doc
View Source
Error
Declaration
public TextWriter Error { get; }
Property Value
|
Improve this Doc
View Source
ForegroundColor
Declaration
public ConsoleColor ForegroundColor { get; set; }
Property Value
|
Improve this Doc
View Source
In
Declaration
public TextReader In { get; }
Property Value
|
Improve this Doc
View Source
IsErrorRedirected
Declaration
public bool IsErrorRedirected { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool IsInputRedirected { get; }
Property Value
|
Improve this Doc
View Source
IsOutputRedirected
Declaration
public bool IsOutputRedirected { get; }
Property Value
|
Improve this Doc
View Source
Out
Declaration
public TextWriter Out { get; }
Property Value
Methods
|
Improve this Doc
View Source
ResetColor()
Declaration
Events
|
Improve this Doc
View Source
CancelKeyPress
Declaration
public event ConsoleCancelEventHandler CancelKeyPress
Event Type
Implements
McMaster.Extensions.CommandLineUtils.IConsole
Extension Methods