C# Class Ink.CommandLineTool

ファイルを表示 Open project: inkle/ink

Public Properties

Property Type Description
ExitCodeError int

Public Methods

Method Description
Main ( string args ) : void

Private Methods

Method Description
CommandLineTool ( string args ) : System
ExitWithUsageInstructions ( ) : void
OnError ( string message, ErrorType errorType ) : void
OnExit ( object sender, ConsoleCancelEventArgs e ) : void
PrintAllMessages ( ) : void
PrintMessages ( List messageList, ConsoleColor colour ) : void
ProcessArguments ( string args ) : bool
TimeOperation ( string opDescription, System.Action op ) : void

Method Details

Main() public static method

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

Property Details

ExitCodeError public_oe static_oe property

public static int ExitCodeError
return int