C# Class yazd.Program

Mostra file Open project: toptensoftware/yazd

Public Methods

Method Description
ProcessArg ( string arg ) : bool
ProcessArgs ( IEnumerable args ) : bool
Run ( string args ) : int
ShowHelp ( ) : void
ShowLogo ( ) : void

Private Methods

Method Description
CheckAddress ( int a ) : void
ListPotentialAddresses ( TextWriter w, AddressInfo r ) : void
Main ( string args ) : int

Method Details

ProcessArg() public method

public ProcessArg ( string arg ) : bool
arg string
return bool

ProcessArgs() public method

public ProcessArgs ( IEnumerable args ) : bool
args IEnumerable
return bool

Run() public method

public Run ( string args ) : int
args string
return int

ShowHelp() public method

public ShowHelp ( ) : void
return void

ShowLogo() public method

public ShowLogo ( ) : void
return void