C# 클래스 ToolBelt.ToolBase

상속: ITool, IProcessCommandLine
파일 보기 프로젝트 열기: jlyonsmith/ToolBelt

공개 메소드들

메소드 설명
Execute ( ) : void
ProcessAppSettings ( NameValueCollection collection = null ) : void
ProcessCommandLine ( string args ) : void
WriteError ( string format ) : void
WriteInfo ( string format ) : void
WriteMessage ( string format ) : void
WriteWarning ( string format ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

ProcessAppSettings() 공개 메소드

public ProcessAppSettings ( NameValueCollection collection = null ) : void
collection System.Collections.Specialized.NameValueCollection
리턴 void

ProcessCommandLine() 공개 메소드

public ProcessCommandLine ( string args ) : void
args string
리턴 void

WriteError() 공개 메소드

public WriteError ( string format ) : void
format string
리턴 void

WriteInfo() 공개 메소드

public WriteInfo ( string format ) : void
format string
리턴 void

WriteMessage() 공개 메소드

public WriteMessage ( string format ) : void
format string
리턴 void

WriteWarning() 공개 메소드

public WriteWarning ( string format ) : void
format string
리턴 void