C# Class TSTool.TsToolMain

Inheritance: TSTool.TsToolCommandBase
Mostrar archivo Open project: Jamesits/TSTool

Public Methods

Method Description
CreateArgs ( ) : List
Main ( Array args ) : void

Protected Methods

Method Description
OnExecute ( CommandLineApplication app ) : int

Private Methods

Method Description
GetVersion ( ) : string

Method Details

CreateArgs() public method

public CreateArgs ( ) : List
return List

Main() public static method

public static Main ( Array args ) : void
args Array
return void

OnExecute() protected method

protected OnExecute ( CommandLineApplication app ) : int
app CommandLineApplication
return int