Method |
Description |
|
AddAssemblyReference ( IVsaEngine engine, string fileName ) : void |
|
|
AddDefinition ( string def, Hashtable definitions ) : void |
|
|
AddResourceFile ( ResInfo resinfo ) : void |
|
|
AddSourceFile ( IVsaEngine engine, string fileName, int codepage ) : void |
|
|
Compile ( CompilerOptions, options ) : bool |
|
|
GetAllDefines ( string definitionList ) : Hashtable |
|
|
GetAllReferences ( string fileList ) : StringCollection |
|
|
GetArgumentSeparatorIndex ( string argList, int startIndex ) : int |
|
|
GetCultureInfo ( ) : CultureInfo |
|
|
Localize ( String s ) : String |
|
|
Localize ( String s, CultureInfo culture ) : String |
|
|
Localize ( String s, String context ) : String |
|
|
Localize ( String s, String context, CultureInfo culture ) : String |
|
|
ParseArguments ( string args, bool fromResponseFile ) : void |
|
|
ParseOptions ( string args, int start, bool fromResponseFile ) : int |
|
|
ParseSources ( string args, int start ) : int |
|
|
PrintBanner ( ) : void |
|
|
PrintBanner ( CultureInfo culture ) : void |
|
|
PrintError ( string sourceFile, int line, int column, bool fIsWarning, int number, string message ) : void |
|
|
PrintUsage ( ) : void |
|
|
ReadFile ( string fileName, int codepage ) : string |
|
|
ReadResponseFile ( string strFileName ) : string[] |
|
|