Property | Type | Description | |
---|---|---|---|
compiler |
Method | Description | |
---|---|---|
Compiler ( ) : System |
Initializes a new instance of the Compiler class.
|
|
Run ( string args ) : void |
Runs the command line parser and the compilation process.
|
|
ToString ( ) : string |
Returns a string representation of the current options.
|
Method | Description | |
---|---|---|
Compile ( ) : void | ||
GetBootStageFactory ( string format ) : Func |
||
GetInputFileNames ( ) : IEnumerable |
Gets a list of input file names.
|
|
GetLinkerFactory ( string format ) : LinkerFormatType | ||
SelectArchitecture ( string architecture ) : |
Selects the architecture.
|
|
ShowError ( string message ) : void |
Shows an error and a short information text.
|
|
ShowHelp ( ) : void |
Shows the full help containing descriptions for all possible options.
|
|
ShowShortHelp ( ) : void |
Shows a short help text pointing to the '--help' option.
|
public Run ( string args ) : void | ||
args | string | The command line arguments. |
return | void |