C# Class NesHd.Ui.WinForms.DebuggerForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: afonsof/nes-hd Class Usage Examples

Méthodes publiques

Méthode Description
ClearDebugger ( ) : void
DebuggerForm ( ) : System
SaveSettings ( ) : void
WriteLine ( string Text ) : void
WriteLine ( string Text, DebugStatus State ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
DEBUG_DebugRised ( object sender, DebugArg e ) : void
DoInstruction ( string Instruction ) : void
Frm_Debugger_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
Help ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
button4_Click ( object sender, EventArgs e ) : void
textBox1_KeyDown ( object sender, KeyEventArgs e ) : void
textBox1_MouseDoubleClick ( object sender, MouseEventArgs e ) : void

Method Details

ClearDebugger() public méthode

public ClearDebugger ( ) : void
Résultat void

DebuggerForm() public méthode

public DebuggerForm ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

SaveSettings() public méthode

public SaveSettings ( ) : void
Résultat void

WriteLine() public méthode

public WriteLine ( string Text ) : void
Text string
Résultat void

WriteLine() public méthode

public WriteLine ( string Text, DebugStatus State ) : void
Text string
State DebugStatus
Résultat void