C# 클래스 RelicLogging.OutputForm

상속: System.Windows.Forms.Form, ILogHandler
파일 보기 프로젝트 열기: jurney/P4Backup

공개 프로퍼티들

프로퍼티 타입 설명
textBoxOutput System.Windows.Forms.TextBox

공개 메소드들

메소드 설명
BeginBatch ( ) : void
EndBatch ( ) : void
HandleLog ( MessageType messageType, string message ) : void
OutputForm ( ) : System
UpdateOutput ( ) : void

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

BeginBatch() 공개 메소드

public BeginBatch ( ) : void
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

EndBatch() 공개 메소드

public EndBatch ( ) : void
리턴 void

HandleLog() 공개 메소드

public HandleLog ( MessageType messageType, string message ) : void
messageType MessageType
message string
리턴 void

OutputForm() 공개 메소드

public OutputForm ( ) : System
리턴 System

UpdateOutput() 공개 메소드

public UpdateOutput ( ) : void
리턴 void

프로퍼티 상세

textBoxOutput 공개적으로 프로퍼티

public System.Windows.Forms.TextBox textBoxOutput
리턴 System.Windows.Forms.TextBox