C# Class AutoWikiBrowser.Plugins.TheTemplator.DebugOutput

Debug-assistant
Inheritance: System.Windows.Forms.Form
Show file Open project: reedy/AutoWikiBrowser Class Usage Examples

Public Methods

Method Description
AddSection ( string heading, string text ) : void

Add a section to the debug output

Clear ( ) : void

Clear the text from the debug assistant

DebugOutput ( ) : System
EndSection ( ) : void

End a named section

StartSection ( string heading ) : void

Start a named section

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Method Details

AddSection() public method

Add a section to the debug output
public AddSection ( string heading, string text ) : void
heading string The heading for the section
text string The body of the section
return void

Clear() public method

Clear the text from the debug assistant
public Clear ( ) : void
return void

DebugOutput() public method

public DebugOutput ( ) : 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

EndSection() public method

End a named section
public EndSection ( ) : void
return void

StartSection() public method

Start a named section
public StartSection ( string heading ) : void
heading string The title of the section
return void