C# Class Babel.Compiler.Compiler

Afficher le fichier Open project: shugo/babel Class Usage Examples

Protected Properties

Свойство Type Description
inputFiles System.Collections.ArrayList
linkPaths System.Collections.ArrayList
outputFileName string
program Program
references System.Collections.ArrayList
report Report
softReferences System.Collections.ArrayList
target Target

Méthodes publiques

Méthode Description
Compiler ( ) : System
Main ( string args ) : void
ParseArguments ( string args ) : void
Run ( ) : void

Méthodes protégées

Méthode Description
LoadAssembly ( string assembly, bool soft ) : void
PrintUsage ( ) : void
PrintVersion ( ) : void

Method Details

Compiler() public méthode

public Compiler ( ) : System
Résultat System

LoadAssembly() protected méthode

protected LoadAssembly ( string assembly, bool soft ) : void
assembly string
soft bool
Résultat void

Main() public static méthode

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

ParseArguments() public méthode

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

PrintUsage() protected méthode

protected PrintUsage ( ) : void
Résultat void

PrintVersion() protected méthode

protected PrintVersion ( ) : void
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void

Property Details

inputFiles protected_oe property

protected ArrayList,System.Collections inputFiles
Résultat System.Collections.ArrayList

linkPaths protected_oe property

protected ArrayList,System.Collections linkPaths
Résultat System.Collections.ArrayList

outputFileName protected_oe property

protected string outputFileName
Résultat string

program protected_oe property

protected Program program
Résultat Program

references protected_oe property

protected ArrayList,System.Collections references
Résultat System.Collections.ArrayList

report protected_oe property

protected Report,Babel.Compiler report
Résultat Report

softReferences protected_oe property

protected ArrayList,System.Collections softReferences
Résultat System.Collections.ArrayList

target protected_oe property

protected Target target
Résultat Target