C# Class Dotnet.Deps.Core.AppConsole

Mostra file Open project: seesharper/dotnet-deps Class Usage Examples

Public Properties

Property Type Description
Default AppConsole

Public Methods

Method Description
AppConsole ( TextWriter stdOut, TextWriter stdErr ) : System
WriteEmptyLine ( ) : void
WriteError ( string value ) : void
WriteHeader ( string value ) : void
WriteHighlighted ( string value ) : void
WriteNormal ( string value ) : void
WriteSuccess ( string value ) : void

Method Details

AppConsole() public method

public AppConsole ( TextWriter stdOut, TextWriter stdErr ) : System
stdOut TextWriter
stdErr TextWriter
return System

WriteEmptyLine() public method

public WriteEmptyLine ( ) : void
return void

WriteError() public method

public WriteError ( string value ) : void
value string
return void

WriteHeader() public method

public WriteHeader ( string value ) : void
value string
return void

WriteHighlighted() public method

public WriteHighlighted ( string value ) : void
value string
return void

WriteNormal() public method

public WriteNormal ( string value ) : void
value string
return void

WriteSuccess() public method

public WriteSuccess ( string value ) : void
value string
return void

Property Details

Default public_oe static_oe property

public static AppConsole,Dotnet.Deps.Core Default
return AppConsole