C# Class NesHd.Ui.WinForms.DebuggerForm

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: afonsof/nes-hd Class Usage Examples

Public Methods

Method Description
ClearDebugger ( ) : void
DebuggerForm ( ) : System
SaveSettings ( ) : void
WriteLine ( string Text ) : void
WriteLine ( string Text, DebugStatus State ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public ClearDebugger ( ) : void
return void

DebuggerForm() public method

public DebuggerForm ( ) : System
return System

Dispose() protected method

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

SaveSettings() public method

public SaveSettings ( ) : void
return void

WriteLine() public method

public WriteLine ( string Text ) : void
Text string
return void

WriteLine() public method

public WriteLine ( string Text, DebugStatus State ) : void
Text string
State DebugStatus
return void