Search Results for

    Show / Hide Table of Contents

    Class PhysicalConsoleLogger

    Inheritance
    Object
    PhysicalConsoleLogger
    Implements
    McMaster.Extensions.CommandLineUtils.IConsole
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: AnalysisPrograms.Production
    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
    Type Description
    ConsoleColor
    | Improve this Doc View Source

    Error

    Declaration
    public TextWriter Error { get; }
    Property Value
    Type Description
    TextWriter
    | Improve this Doc View Source

    ForegroundColor

    Declaration
    public ConsoleColor ForegroundColor { get; set; }
    Property Value
    Type Description
    ConsoleColor
    | Improve this Doc View Source

    In

    Declaration
    public TextReader In { get; }
    Property Value
    Type Description
    TextReader
    | Improve this Doc View Source

    IsErrorRedirected

    Declaration
    public bool IsErrorRedirected { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    IsInputRedirected

    Declaration
    public bool IsInputRedirected { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    IsOutputRedirected

    Declaration
    public bool IsOutputRedirected { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Out

    Declaration
    public TextWriter Out { get; }
    Property Value
    Type Description
    TextWriter

    Methods

    | Improve this Doc View Source

    ResetColor()

    Declaration
    public void ResetColor()

    Events

    | Improve this Doc View Source

    CancelKeyPress

    CancelKeyPress.

    Declaration
    public event ConsoleCancelEventHandler CancelKeyPress
    Event Type
    Type Description
    ConsoleCancelEventHandler

    Implements

    McMaster.Extensions.CommandLineUtils.IConsole

    Extension Methods

    ObjectExtensions.NotNull(Object)
    ObjectExtensions.AsArray<T>(T)
    ObjectExtensions.AsList<T>(T)
    ObjectExtensions.Wrap<T>(T)
    SystemExtensions.BinarySerialize(Object)
    ConfigFileExtensions.NotNull(Object, FileInfo, String, String)
    ConfigFileExtensions.ValidateNotNull(Object, String, String)
    ConfigFileExtensions.ValidateLessThan<T>(Object, Nullable<T>, String, Nullable<T>, String, String)
    ExtensionsXml.SerializeObject<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top