C# Class Horton.Program

Afficher le fichier Open project: jdaigle/Horton

Méthodes publiques

Méthode Description
Main ( string args ) : void
Print ( ConsoleColor color, string value ) : void
Print ( string value ) : void
PrintErrorLine ( string value ) : void
PrintLine ( ) : void
PrintLine ( ConsoleColor color, string value ) : void
PrintLine ( string value ) : void

Private Methods

Méthode Description
MainInternal ( string args ) : void
ShowHelp ( OptionSet p ) : void

Method Details

Main() public static méthode

public static Main ( string args ) : void
args string
Résultat void

Print() public static méthode

public static Print ( ConsoleColor color, string value ) : void
color ConsoleColor
value string
Résultat void

Print() public static méthode

public static Print ( string value ) : void
value string
Résultat void

PrintErrorLine() public static méthode

public static PrintErrorLine ( string value ) : void
value string
Résultat void

PrintLine() public static méthode

public static PrintLine ( ) : void
Résultat void

PrintLine() public static méthode

public static PrintLine ( ConsoleColor color, string value ) : void
color ConsoleColor
value string
Résultat void

PrintLine() public static méthode

public static PrintLine ( string value ) : void
value string
Résultat void