C# Class ilcc.CCompilerProgram

Afficher le fichier Open project: soywiz/ilcc

Méthodes publiques

Méthode Description
ProcessArgs ( string args ) : void
ShowHelp ( ) : void
ShowTargets ( ) : void
ShowVersion ( ) : void

Private Methods

Méthode Description
CaptureExceptions ( System.Action Action ) : void
Exit ( int Code ) : void

Method Details

ProcessArgs() public méthode

public ProcessArgs ( string args ) : void
args string
Résultat void

ShowHelp() public méthode

public ShowHelp ( ) : void
Résultat void

ShowTargets() public méthode

public ShowTargets ( ) : void
Résultat void

ShowVersion() public méthode

public ShowVersion ( ) : void
Résultat void