C# 클래스 GitBin.GitBinConsole

파일 보기 프로젝트 열기: hbons/git-bin 1 사용 예제들

공개 메소드들

메소드 설명
Flush ( ) : void
Write ( string message ) : void
WriteLine ( string message ) : void
WriteLineNoPrefix ( string message ) : void
WriteNoPrefix ( string message ) : void

메소드 상세

Flush() 공개 정적인 메소드

public static Flush ( ) : void
리턴 void

Write() 공개 정적인 메소드

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

WriteLine() 공개 정적인 메소드

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

WriteLineNoPrefix() 공개 정적인 메소드

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

WriteNoPrefix() 공개 정적인 메소드

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