C# Class Horton.Program

显示文件 Open project: jdaigle/Horton

Public Methods

Method 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

Method Description
MainInternal ( string args ) : void
ShowHelp ( OptionSet p ) : void

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void

Print() public static method

public static Print ( ConsoleColor color, string value ) : void
color ConsoleColor
value string
return void

Print() public static method

public static Print ( string value ) : void
value string
return void

PrintErrorLine() public static method

public static PrintErrorLine ( string value ) : void
value string
return void

PrintLine() public static method

public static PrintLine ( ) : void
return void

PrintLine() public static method

public static PrintLine ( ConsoleColor color, string value ) : void
color ConsoleColor
value string
return void

PrintLine() public static method

public static PrintLine ( string value ) : void
value string
return void