C# 클래스 TextBoxTraceListener, ffxivmodelviewer

상속: TraceListener
파일 보기 프로젝트 열기: nohbdy/ffxivmodelviewer 1 사용 예제들

공개 메소드들

메소드 설명
TextBoxTraceListener ( TextBox target ) : System
Write ( string message ) : void
WriteLine ( string message ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
SendString ( string message ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

TextBoxTraceListener() 공개 메소드

public TextBoxTraceListener ( TextBox target ) : System
target TextBox
리턴 System

Write() 공개 메소드

public Write ( string message ) : void
message string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string message ) : void
message string
리턴 void