C# 클래스 Ink.CommandLineTool

파일 보기 프로젝트 열기: inkle/ink

공개 프로퍼티들

프로퍼티 타입 설명
ExitCodeError int

공개 메소드들

메소드 설명
Main ( string args ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

프로퍼티 상세

ExitCodeError 공개적으로 정적으로 프로퍼티

public static int ExitCodeError
리턴 int