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

상속: BaseLauncher
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 메소드들

메소드 설명
Launch ( ) : Process
Starter ( Options options, AppLocations appLocations, string imagefile, IStarterEvent launcherEvent ) : System
Starter ( Options options, AppLocations appLocations, string imagefile, IStarterEvent launcherEvent, BaseLinker linker ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
LaunchBochs ( bool getOutput ) : Process
LaunchGDB ( ) : void
LaunchQemu ( bool getOutput ) : Process
LaunchVM ( ) : Process
LaunchVMwarePlayer ( bool getOutput ) : Process

메소드 상세

Launch() 공개 메소드

public Launch ( ) : Process
리턴 System.Diagnostics.Process

OutputEvent() 보호된 메소드

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

Starter() 공개 메소드

public Starter ( Options options, AppLocations appLocations, string imagefile, IStarterEvent launcherEvent ) : System
options Options
appLocations AppLocations
imagefile string
launcherEvent IStarterEvent
리턴 System

Starter() 공개 메소드

public Starter ( Options options, AppLocations appLocations, string imagefile, IStarterEvent launcherEvent, BaseLinker linker ) : System
options Options
appLocations AppLocations
imagefile string
launcherEvent IStarterEvent
linker Mosa.Compiler.Linker.BaseLinker
리턴 System