C# 클래스 LongoMatch.ConsoleCrayon

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

공개 메소드들

메소드 설명
ResetColor ( ) : void
Test ( ) : void

비공개 메소드들

메소드 설명
DetectXtermColors ( ) : void
GetAnsiColorControlCode ( ConsoleColor color, bool isForeground ) : string
GetAnsiResetControlCode ( ) : string
SetColor ( ConsoleColor color, bool isForeground ) : void
TestAnsi ( ) : void
TestRuntime ( ) : void
TestSelf ( ) : void
TranslateColor ( ConsoleColor desired, bool &light ) : int
_isatty ( int fd ) : int
isatty ( int fd ) : bool

메소드 상세

ResetColor() 공개 정적인 메소드

public static ResetColor ( ) : void
리턴 void

Test() 공개 정적인 메소드

public static Test ( ) : void
리턴 void