C# 클래스 Mosa.Application.BaseApplication

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

공개 메소드들

메소드 설명
DumpData ( string data ) : void
DumpStackTrace ( int line ) : void
Start ( string parameters ) : int

Starts this application

보호된 메소드들

메소드 설명
BaseApplication ( ) : Mosa.AppSystem

메소드 상세

BaseApplication() 보호된 메소드

protected BaseApplication ( ) : Mosa.AppSystem
리턴 Mosa.AppSystem

DumpData() 공개 정적인 메소드

public static DumpData ( string data ) : void
data string
리턴 void

DumpStackTrace() 공개 정적인 메소드

public static DumpStackTrace ( int line ) : void
line int
리턴 void

Start() 공개 추상적인 메소드

Starts this application
public abstract Start ( string parameters ) : int
parameters string
리턴 int