C# Class Mosa.Application.BaseApplication

Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode Description
DumpData ( string data ) : void
DumpStackTrace ( int line ) : void
Start ( string parameters ) : int

Starts this application

Méthodes protégées

Méthode Description
BaseApplication ( ) : Mosa.AppSystem

Method Details

BaseApplication() protected méthode

protected BaseApplication ( ) : Mosa.AppSystem
Résultat Mosa.AppSystem

DumpData() public static méthode

public static DumpData ( string data ) : void
data string
Résultat void

DumpStackTrace() public static méthode

public static DumpStackTrace ( int line ) : void
line int
Résultat void

Start() public abstract méthode

Starts this application
public abstract Start ( string parameters ) : int
parameters string
Résultat int