C# Class Tailf.CommandLineParser

Afficher le fichier Open project: kerryjiang/Tailf

Méthodes publiques

Méthode Description
CommandLineParser ( string cmdline ) : System
GetHelp ( ) : string
GetShortHelp ( ) : string
Parse ( ) : void

Private Methods

Méthode Description
AddOptions ( OptionAttribute option ) : void
CheckMandatory ( ) : void
ExtractOptions ( ) : void
ParseOption ( string option, string value ) : void

Method Details

CommandLineParser() public méthode

public CommandLineParser ( string cmdline ) : System
cmdline string
Résultat System

GetHelp() public méthode

public GetHelp ( ) : string
Résultat string

GetShortHelp() public méthode

public GetShortHelp ( ) : string
Résultat string

Parse() public méthode

public Parse ( ) : void
Résultat void