Property | Type | Description | |
---|---|---|---|
About | void | ||
AddArgs | string[] | ||
AddAssemblyReference | void | ||
AddAssemblyReference | void | ||
AddResource | void | ||
AddSourceFile | void | ||
CSCParseOption | bool | ||
Driver | System | ||
Error_RequiresArgument | void | ||
Error_RequiresFileName | void | ||
Error_WrongOption | void | ||
IsExternAliasValid | bool | ||
LoadArgs | string[] | ||
OtherFlags | void | ||
Parse | void | ||
Parse | void | ||
ParseArguments | bool | ||
ProcessSourceFiles | void | ||
SetWarningLevel | void | ||
ShowTime | void | ||
ShowTotalTime | void | ||
SplitPathAndPattern | void | ||
TargetUsage | void | ||
UnixParseOption | bool | ||
Usage | void | ||
Version | void | ||
tokenize_file | void |
Method | Description | |
---|---|---|
Compile ( ) : bool | ||
Create ( string args, bool require_files, Func |
||
GetPackageFlags ( string packages, bool fatal, |
||
Main ( string args ) : int | ||
Parse ( ModuleContainer module ) : void |
Method | Description | |
---|---|---|
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 ( |
||
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 |
||
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 |
public static Create ( string args, bool require_files, Func |
||
args | string | |
require_files | bool | |
unknown_option_parser | Func |
|
printer | ||
return |
public static GetPackageFlags ( string packages, bool fatal, |
||
packages | string | |
fatal | bool | |
report | ||
return | string |
public Parse ( ModuleContainer module ) : void | ||
module | ModuleContainer | |
return | void |