C# Класс AutoWikiBrowser.Plugins.TheTemplator.DebugOutput

Debug-assistant
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

AddSection() публичный Метод

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
Результат void

Clear() публичный Метод

Clear the text from the debug assistant
public Clear ( ) : void
Результат void

DebugOutput() публичный Метод

public DebugOutput ( ) : System
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

EndSection() публичный Метод

End a named section
public EndSection ( ) : void
Результат void

StartSection() публичный Метод

Start a named section
public StartSection ( string heading ) : void
heading string The title of the section
Результат void