C# Class RA.HashPeak.ConsoleHelper

Mostra file Open project: rickardandersson/HashPeak

Public Methods

Method 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 method

public static Exit ( string message ) : void
message string
return void

Exit() public static method

public static Exit ( string status, string message ) : void
status string
message string
return void

ShowHelp() public static method

public static ShowHelp ( OptionSet os ) : void
os OptionSet
return void

Write() public static method

public static Write ( string message, ConsoleColor color ) : void
message string
color ConsoleColor
return void