C# Class Sage.Tools.Utilities.Debug

Inheritance: IUtility
Show file Open project: igorfrance/sage

Public Methods

Method Description
GetUsage ( ) : string
ParseArguments ( string args ) : bool
Run ( ) : void

Private Methods

Method Description
ShowInstructions ( ) : void

Method Details

GetUsage() public method

public GetUsage ( ) : string
return string

ParseArguments() public method

public ParseArguments ( string args ) : bool
args string
return bool

Run() public method

public Run ( ) : void
return void