C# 클래스 Babel.Compiler.Compiler

파일 보기 프로젝트 열기: shugo/babel 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
inputFiles System.Collections.ArrayList
linkPaths System.Collections.ArrayList
outputFileName string
program Program
references System.Collections.ArrayList
report Report
softReferences System.Collections.ArrayList
target Target

공개 메소드들

메소드 설명
Compiler ( ) : System
Main ( string args ) : void
ParseArguments ( string args ) : void
Run ( ) : void

보호된 메소드들

메소드 설명
LoadAssembly ( string assembly, bool soft ) : void
PrintUsage ( ) : void
PrintVersion ( ) : void

메소드 상세

Compiler() 공개 메소드

public Compiler ( ) : System
리턴 System

LoadAssembly() 보호된 메소드

protected LoadAssembly ( string assembly, bool soft ) : void
assembly string
soft bool
리턴 void

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

ParseArguments() 공개 메소드

public ParseArguments ( string args ) : void
args string
리턴 void

PrintUsage() 보호된 메소드

protected PrintUsage ( ) : void
리턴 void

PrintVersion() 보호된 메소드

protected PrintVersion ( ) : void
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void

프로퍼티 상세

inputFiles 보호되어 있는 프로퍼티

protected ArrayList,System.Collections inputFiles
리턴 System.Collections.ArrayList

linkPaths 보호되어 있는 프로퍼티

protected ArrayList,System.Collections linkPaths
리턴 System.Collections.ArrayList

outputFileName 보호되어 있는 프로퍼티

protected string outputFileName
리턴 string

program 보호되어 있는 프로퍼티

protected Program program
리턴 Program

references 보호되어 있는 프로퍼티

protected ArrayList,System.Collections references
리턴 System.Collections.ArrayList

report 보호되어 있는 프로퍼티

protected Report,Babel.Compiler report
리턴 Report

softReferences 보호되어 있는 프로퍼티

protected ArrayList,System.Collections softReferences
리턴 System.Collections.ArrayList

target 보호되어 있는 프로퍼티

protected Target target
리턴 Target