C# 클래스 BooC.App

파일 보기 프로젝트 열기: boo/boo-lang

Private Properties

프로퍼티 타입 설명
AddDefaultResponseFile void
AddFilesForPath void
AddResource void
AssemblyResolve System.Reflection.Assembly
CheckBooCompiler void
ConfigurePipeline void
Consume string
DoLogo void
EmbedResource void
ExpandResponseFiles void
GetAssemblyLocation string
Help void
InvalidOption void
IsFlag bool
LoadReferences void
LoadResponseFile System.Collections.ArrayList
Main int
MonitorAppDomain void
OnAfterStep void
OnAssemblyLoad void
OnBeforeStep void
ParseOptions void
StripQuotes string

공개 메소드들

메소드 설명
Run ( string args ) : int

비공개 메소드들

메소드 설명
AddDefaultResponseFile ( ArrayList &arglist ) : void
AddFilesForPath ( string path, CompilerParameters _options ) : void
AddResource ( string resourceFile ) : void
AssemblyResolve ( object sender, ResolveEventArgs args ) : System.Reflection.Assembly
CheckBooCompiler ( ) : void
ConfigurePipeline ( ) : void
Consume ( TextReader reader ) : string
DoLogo ( ) : void
EmbedResource ( string resourceFile ) : void
ExpandResponseFiles ( ArrayList &arglist ) : void
GetAssemblyLocation ( System.Reflection.Assembly a ) : string
Help ( ) : void
InvalidOption ( string arg ) : void
IsFlag ( string arg ) : bool
LoadReferences ( ) : void
LoadResponseFile ( string file ) : ArrayList
Main ( string args ) : int
MonitorAppDomain ( ) : void
OnAfterStep ( object sender, CompilerStepEventArgs args ) : void
OnAssemblyLoad ( object sender, AssemblyLoadEventArgs args ) : void
OnBeforeStep ( object sender, CompilerStepEventArgs args ) : void
ParseOptions ( string args ) : void
StripQuotes ( string s ) : string

메소드 상세

Run() 공개 메소드

public Run ( string args ) : int
args string
리턴 int