C# 클래스 RA.HashPeak.ConsoleHelper

파일 보기 프로젝트 열기: rickardandersson/HashPeak

공개 메소드들

메소드 설명
Exit ( string message ) : void
Exit ( string status, string message ) : void
ShowHelp ( OptionSet os ) : void
Write ( string message, ConsoleColor color ) : void

메소드 상세

Exit() 공개 정적인 메소드

public static Exit ( string message ) : void
message string
리턴 void

Exit() 공개 정적인 메소드

public static Exit ( string status, string message ) : void
status string
message string
리턴 void

ShowHelp() 공개 정적인 메소드

public static ShowHelp ( OptionSet os ) : void
os OptionSet
리턴 void

Write() 공개 정적인 메소드

public static Write ( string message, ConsoleColor color ) : void
message string
color ConsoleColor
리턴 void