C# Class BooC.App

Show file Open project: boo/boo-lang

Private Properties

Property Type Description
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

Public Methods

Method Description
Run ( string args ) : int

Private Methods

Method Description
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

Method Details

Run() public method

public Run ( string args ) : int
args string
return int