C# Class AutoWikiBrowser.Plugins.TheTemplator.DebugOutput

Debug-assistant
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: reedy/AutoWikiBrowser Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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
Résultat void

Clear() public méthode

Clear the text from the debug assistant
public Clear ( ) : void
Résultat void

DebugOutput() public méthode

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

EndSection() public méthode

End a named section
public EndSection ( ) : void
Résultat void

StartSection() public méthode

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