C# 클래스 Mosa.Utility.Launcher.Builder

상속: BaseLauncher
파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
traceListener ITraceListener

공개 메소드들

메소드 설명
AddCounters ( string data ) : void
Builder ( Options options, AppLocations appLocations, IBuilderEvent builderEvent ) : System
Compile ( ) : void

보호된 메소드들

메소드 설명
OutputEvent ( string status ) : void

비공개 메소드들

메소드 설명
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.

메소드 상세

AddCounters() 공개 메소드

public AddCounters ( string data ) : void
data string
리턴 void

Builder() 공개 메소드

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

Compile() 공개 메소드

public Compile ( ) : void
리턴 void

OutputEvent() 보호된 메소드

protected OutputEvent ( string status ) : void
status string
리턴 void

프로퍼티 상세

traceListener 보호되어 있는 프로퍼티

protected ITraceListener traceListener
리턴 ITraceListener