C# 클래스 FluentBuild.Utilities.ConsoleColor

Sets the color of the console to support colorized output
파일 보기 프로젝트 열기: SkightTeam/eLiteWeb

공개 메소드들

메소드 설명
SetColor ( BuildColor color ) : void
SetTemporaryColor ( BuildColor color ) : IDisposable
ShowAllColors ( ) : void

비공개 메소드들

메소드 설명
GetStdHandle ( uint nStdHandle ) : IntPtr
SetConsoleTextAttribute ( IntPtr hConsoleOutput, int wAttributes ) : bool

메소드 상세

SetColor() 공개 정적인 메소드

public static SetColor ( BuildColor color ) : void
color BuildColor
리턴 void

SetTemporaryColor() 공개 정적인 메소드

public static SetTemporaryColor ( BuildColor color ) : IDisposable
color BuildColor
리턴 IDisposable

ShowAllColors() 공개 정적인 메소드

public static ShowAllColors ( ) : void
리턴 void