C# 클래스 WebApplications.Utilities.Test.Formatting.TestColoredTextWriter

Colored text writer that appends special tags to the output when the color is changed.
상속: System.IO.TextWriter, IColoredTextWriter
파일 보기 프로젝트 열기: webappsuk/CoreLibraries 1 사용 예제들

공개 메소드들

메소드 설명
ResetBackgroundColor ( ) : void
ResetColors ( ) : void
ResetForegroundColor ( ) : void
SetBackgroundColor ( Color color ) : void
SetForegroundColor ( Color color ) : void
TestColoredTextWriter ( bool writeToTrace = false ) : System.Diagnostics
ToString ( ) : string
Write ( char value ) : void

메소드 상세

ResetBackgroundColor() 공개 메소드

public ResetBackgroundColor ( ) : void
리턴 void

ResetColors() 공개 메소드

public ResetColors ( ) : void
리턴 void

ResetForegroundColor() 공개 메소드

public ResetForegroundColor ( ) : void
리턴 void

SetBackgroundColor() 공개 메소드

public SetBackgroundColor ( Color color ) : void
color System.Drawing.Color
리턴 void

SetForegroundColor() 공개 메소드

public SetForegroundColor ( Color color ) : void
color System.Drawing.Color
리턴 void

TestColoredTextWriter() 공개 메소드

public TestColoredTextWriter ( bool writeToTrace = false ) : System.Diagnostics
writeToTrace bool
리턴 System.Diagnostics

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 메소드

public Write ( char value ) : void
value char
리턴 void