C# Class RelicLogging.OutputForm

Inheritance: System.Windows.Forms.Form, ILogHandler
Afficher le fichier Open project: jurney/P4Backup

Méthodes publiques

Свойство Type Description
textBoxOutput System.Windows.Forms.TextBox

Méthodes publiques

Méthode Description
BeginBatch ( ) : void
EndBatch ( ) : void
HandleLog ( MessageType messageType, string message ) : void
OutputForm ( ) : System
UpdateOutput ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddItem ( LogMessage message ) : void
InitializeComponent ( ) : void

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

OutputForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
OutputForm_Shown ( object sender, EventArgs e ) : void
buttonCopyToClipboard_Click ( object sender, EventArgs e ) : void

Method Details

BeginBatch() public méthode

public BeginBatch ( ) : void
Résultat void

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

EndBatch() public méthode

public EndBatch ( ) : void
Résultat void

HandleLog() public méthode

public HandleLog ( MessageType messageType, string message ) : void
messageType MessageType
message string
Résultat void

OutputForm() public méthode

public OutputForm ( ) : System
Résultat System

UpdateOutput() public méthode

public UpdateOutput ( ) : void
Résultat void

Property Details

textBoxOutput public_oe property

public System.Windows.Forms.TextBox textBoxOutput
Résultat System.Windows.Forms.TextBox