C# Class nHydrate.Generator.Common.Logging.DebugConsoleWrapper

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: nHydrate/nHydrate Class Usage Examples

Public Properties

Property Type Description
Buffer StringBuilder

Public Methods

Method Description
CreateEventRow ( ) : void
DebugConsoleWrapper ( ) : System
UpdateCurrentRow ( bool CreateRowNextTime ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BtnClear_Click ( object sender, System e ) : void
BtnSave_Click ( object sender, System e ) : void
CheckScroll_CheckedChanged ( object sender, System e ) : void
CheckTop_CheckedChanged ( object sender, System e ) : void
InitializeComponent ( ) : void

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

OutputView_ColumnClick ( object sender, System e ) : void
OutputView_KeyDown ( object sender, System e ) : void

Method Details

CreateEventRow() public method

public CreateEventRow ( ) : void
return void

DebugConsoleWrapper() public method

public DebugConsoleWrapper ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

UpdateCurrentRow() public method

public UpdateCurrentRow ( bool CreateRowNextTime ) : void
CreateRowNextTime bool
return void

Property Details

Buffer public_oe property

public StringBuilder Buffer
return StringBuilder