C# Class Ink.CommandLineTool

Afficher le fichier Open project: inkle/ink

Méthodes publiques

Свойство Type Description
ExitCodeError int

Méthodes publiques

Méthode Description
Main ( string args ) : void

Private Methods

Méthode 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 méthode

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

Property Details

ExitCodeError public_oe static_oe property

public static int ExitCodeError
Résultat int