C# Class RA.HashPeak.ConsoleHelper

Afficher le fichier Open project: rickardandersson/HashPeak

Méthodes publiques

Méthode Description
Exit ( string message ) : void
Exit ( string status, string message ) : void
ShowHelp ( OptionSet os ) : void
Write ( string message, ConsoleColor color ) : void

Method Details

Exit() public static méthode

public static Exit ( string message ) : void
message string
Résultat void

Exit() public static méthode

public static Exit ( string status, string message ) : void
status string
message string
Résultat void

ShowHelp() public static méthode

public static ShowHelp ( OptionSet os ) : void
os OptionSet
Résultat void

Write() public static méthode

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