C# 클래스 Mono.XBuild.CommandLine.ConsoleReportPrinter

파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
ConsoleReportPrinter ( ) : System
ConsoleReportPrinter ( TextWriter writer ) : System
Print ( string message ) : void
ResetColor ( ) : void
SetForeground ( ConsoleColor color ) : void

비공개 메소드들

메소드 설명
FormatText ( string txt ) : string
GetBackground ( string s ) : string
GetForeground ( string s ) : string
NameToCode ( string s ) : int
PopulateColorPrefixes ( ) : void

메소드 상세

ConsoleReportPrinter() 공개 메소드

public ConsoleReportPrinter ( ) : System
리턴 System

ConsoleReportPrinter() 공개 메소드

public ConsoleReportPrinter ( TextWriter writer ) : System
writer System.IO.TextWriter
리턴 System

Print() 공개 메소드

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

ResetColor() 공개 메소드

public ResetColor ( ) : void
리턴 void

SetForeground() 공개 메소드

public SetForeground ( ConsoleColor color ) : void
color ConsoleColor
리턴 void