C# Class StoryTeller.ConsoleWriter

Afficher le fichier Open project: storyteller/Storyteller

Méthodes publiques

Méthode Description
Line ( ) : void
PrintHorizontalLine ( ) : void
PrintHorizontalLine ( int indent ) : void
Write ( ConsoleColor color, System.Action action ) : void
Write ( ConsoleColor color, string content ) : void
Write ( string stuff ) : void
WriteWithIndent ( ConsoleColor color, int indent, string content ) : void

Private Methods

Méthode Description
BreakIntoLines ( int indent, string input ) : string[]
BreakIntoLines ( string input ) : string[]
ConsoleWriter ( ) : System

Method Details

Line() public static méthode

public static Line ( ) : void
Résultat void

PrintHorizontalLine() public static méthode

public static PrintHorizontalLine ( ) : void
Résultat void

PrintHorizontalLine() public static méthode

public static PrintHorizontalLine ( int indent ) : void
indent int
Résultat void

Write() public static méthode

public static Write ( ConsoleColor color, System.Action action ) : void
color ConsoleColor
action System.Action
Résultat void

Write() public static méthode

public static Write ( ConsoleColor color, string content ) : void
color ConsoleColor
content string
Résultat void

Write() public static méthode

public static Write ( string stuff ) : void
stuff string
Résultat void

WriteWithIndent() public static méthode

public static WriteWithIndent ( ConsoleColor color, int indent, string content ) : void
color ConsoleColor
indent int
content string
Résultat void