C# Class ilcc.CCompilerProgram

Mostra file Open project: soywiz/ilcc

Public Methods

Method Description
ProcessArgs ( string args ) : void
ShowHelp ( ) : void
ShowTargets ( ) : void
ShowVersion ( ) : void

Private Methods

Method Description
CaptureExceptions ( System.Action Action ) : void
Exit ( int Code ) : void

Method Details

ProcessArgs() public method

public ProcessArgs ( string args ) : void
args string
return void

ShowHelp() public method

public ShowHelp ( ) : void
return void

ShowTargets() public method

public ShowTargets ( ) : void
return void

ShowVersion() public method

public ShowVersion ( ) : void
return void