C# 클래스 WeebIRCServerTray.Debug

상속: MaterialSkin.Controls.MaterialForm
파일 보기 프로젝트 열기: RareAMV/WeebIRC

공개 메소드들

메소드 설명
AppendToDebug ( string debugmessage ) : void
Debug ( ) : System
ScrollToBottom ( System.Windows.Forms.RichTextBox MyRichTextBox ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
Debug_FormClosing ( object sender, FormClosingEventArgs e ) : void
Debug_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

SaveToLog_CheckedChanged ( object sender, EventArgs e ) : void
SendMessage ( IntPtr hWnd, int wMsg, IntPtr wParam, IntPtr lParam ) : int

메소드 상세

AppendToDebug() 공개 메소드

public AppendToDebug ( string debugmessage ) : void
debugmessage string
리턴 void

Debug() 공개 메소드

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

ScrollToBottom() 공개 정적인 메소드

public static ScrollToBottom ( System.Windows.Forms.RichTextBox MyRichTextBox ) : void
MyRichTextBox System.Windows.Forms.RichTextBox
리턴 void