C# Class yazd.Program

Afficher le fichier Open project: toptensoftware/yazd

Méthodes publiques

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

Private Methods

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

Method Details

ProcessArg() public méthode

public ProcessArg ( string arg ) : bool
arg string
Résultat bool

ProcessArgs() public méthode

public ProcessArgs ( IEnumerable args ) : bool
args IEnumerable
Résultat bool

Run() public méthode

public Run ( string args ) : int
args string
Résultat int

ShowHelp() public méthode

public ShowHelp ( ) : void
Résultat void

ShowLogo() public méthode

public ShowLogo ( ) : void
Résultat void