C# 클래스 yazd.Program

파일 보기 프로젝트 열기: toptensoftware/yazd

공개 메소드들

메소드 설명
ProcessArg ( string arg ) : bool
ProcessArgs ( IEnumerable args ) : bool
Run ( string args ) : int
ShowHelp ( ) : void
ShowLogo ( ) : void

비공개 메소드들

메소드 설명
CheckAddress ( int a ) : void
ListPotentialAddresses ( TextWriter w, AddressInfo r ) : void
Main ( string args ) : int

메소드 상세

ProcessArg() 공개 메소드

public ProcessArg ( string arg ) : bool
arg string
리턴 bool

ProcessArgs() 공개 메소드

public ProcessArgs ( IEnumerable args ) : bool
args IEnumerable
리턴 bool

Run() 공개 메소드

public Run ( string args ) : int
args string
리턴 int

ShowHelp() 공개 메소드

public ShowHelp ( ) : void
리턴 void

ShowLogo() 공개 메소드

public ShowLogo ( ) : void
리턴 void