C# Class gbrainy.Clients.Classical.CommandLine

显示文件 Open project: GNOME/gbrainy

Public Properties

Property Type Description
GAME_SEPARATOR char

Private Properties

Property Type Description
BuildPlayList void
GameList void
Usage void
Versions void

Public Methods

Method Description
CommandLine ( ITranslations translations, string args ) : System
Parse ( ) : void
Version ( ) : void

Private Methods

Method Description
BuildPlayList ( string names ) : void
GameList ( ) : void
Usage ( ) : void
Versions ( ) : void

Method Details

CommandLine() public method

public CommandLine ( ITranslations translations, string args ) : System
translations ITranslations
args string
return System

Parse() public method

public Parse ( ) : void
return void

Version() public static method

public static Version ( ) : void
return void

Property Details

GAME_SEPARATOR public_oe static_oe property

public static char GAME_SEPARATOR
return char