C# Класс Mosa.Utility.Launcher.Builder

Наследование: BaseLauncher
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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