C# Class TSTool.TsToolMain

Inheritance: TSTool.TsToolCommandBase
Afficher le fichier Open project: Jamesits/TSTool

Méthodes publiques

Méthode Description
CreateArgs ( ) : List
Main ( Array args ) : void

Méthodes protégées

Méthode Description
OnExecute ( CommandLineApplication app ) : int

Private Methods

Méthode Description
GetVersion ( ) : string

Method Details

CreateArgs() public méthode

public CreateArgs ( ) : List
Résultat List

Main() public static méthode

public static Main ( Array args ) : void
args Array
Résultat void

OnExecute() protected méthode

protected OnExecute ( CommandLineApplication app ) : int
app CommandLineApplication
Résultat int