메소드 |
설명 |
|
About ( ) : void |
|
|
AddArgs ( string args, string extra_args ) : string[] |
|
|
AddAssemblyReference ( string assembly ) : void |
|
|
AddAssemblyReference ( string alias, string assembly ) : void |
|
|
AddResource ( AssemblyResource res ) : void |
|
|
AddSourceFile ( string f ) : void |
|
|
CSCParseOption ( string option, string &args ) : bool |
|
|
Driver ( CompilerContext ctx ) : System |
|
|
Error_RequiresArgument ( string option ) : void |
|
|
Error_RequiresFileName ( string option ) : void |
|
|
Error_WrongOption ( string option ) : void |
|
|
IsExternAliasValid ( string identifier ) : bool |
|
|
LoadArgs ( string file ) : string[] |
|
|
OtherFlags ( ) : void |
|
|
Parse ( CompilationUnit file, ModuleContainer module ) : void |
|
|
Parse ( SeekableStreamReader reader, CompilationUnit file, ModuleContainer module ) : void |
|
|
ParseArguments ( string args, bool require_files, Func unknown_option_parser ) : bool |
|
|
ProcessSourceFiles ( string spec, bool recurse ) : void |
|
|
SetWarningLevel ( string s ) : void |
|
|
ShowTime ( string msg ) : void |
|
|
ShowTotalTime ( string msg ) : void |
|
|
SplitPathAndPattern ( string spec, string &path, string &pattern ) : void |
|
|
TargetUsage ( ) : void |
|
|
UnixParseOption ( string arg, string &args, int &i ) : bool |
|
|
Usage ( ) : void |
|
|
Version ( ) : void |
|
|
tokenize_file ( CompilationUnit file, CompilerContext ctx ) : void |
|
|