C# Class Dotnet.Deps.Core.AppConsole

Afficher le fichier Open project: seesharper/dotnet-deps Class Usage Examples

Méthodes publiques

Свойство Type Description
Default AppConsole

Méthodes publiques

Méthode 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 méthode

public AppConsole ( TextWriter stdOut, TextWriter stdErr ) : System
stdOut TextWriter
stdErr TextWriter
Résultat System

WriteEmptyLine() public méthode

public WriteEmptyLine ( ) : void
Résultat void

WriteError() public méthode

public WriteError ( string value ) : void
value string
Résultat void

WriteHeader() public méthode

public WriteHeader ( string value ) : void
value string
Résultat void

WriteHighlighted() public méthode

public WriteHighlighted ( string value ) : void
value string
Résultat void

WriteNormal() public méthode

public WriteNormal ( string value ) : void
value string
Résultat void

WriteSuccess() public méthode

public WriteSuccess ( string value ) : void
value string
Résultat void

Property Details

Default public_oe static_oe property

public static AppConsole,Dotnet.Deps.Core Default
Résultat AppConsole