C# Class Mosa.Utility.Launcher.Builder

Inheritance: BaseLauncher
显示文件 Open project: tgiphil/MOSA-Project Class Usage Examples

Protected Properties

Property Type Description
traceListener ITraceListener

Public Methods

Method Description
AddCounters ( string data ) : void
Builder ( Options options, AppLocations appLocations, IBuilderEvent builderEvent ) : System
Compile ( ) : void

Protected Methods

Method Description
OutputEvent ( string status ) : void

Private Methods

Method Description
CreateDiskImage ( string compiledFile ) : void
CreateISOImageWithGrub ( string compiledFile ) : void
CreateISOImageWithSyslinux ( string compiledFile ) : void
CreateVMDK ( string compiledFile ) : void
GenerateASMFile ( ) : void
GetBootStageFactory ( BootFormat bootFormat ) : Func

Gets the boot stage factory.

LaunchNDISASM ( ) : void
SelectArchitecture ( PlatformType platformType ) : BaseArchitecture

Selects the architecture.

Method Details

AddCounters() public method

public AddCounters ( string data ) : void
data string
return void

Builder() public method

public Builder ( Options options, AppLocations appLocations, IBuilderEvent builderEvent ) : System
options Options
appLocations AppLocations
builderEvent IBuilderEvent
return System

Compile() public method

public Compile ( ) : void
return void

OutputEvent() protected method

protected OutputEvent ( string status ) : void
status string
return void

Property Details

traceListener protected_oe property

protected ITraceListener traceListener
return ITraceListener