C# 클래스 Stratosphere.Command.PrettyConsole

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

공개 메소드들

메소드 설명
AddColumn ( string name, int width ) : void
PrettyConsole ( ) : System
WriteHeader ( ) : void
WriteLine ( ) : void

메소드 상세

AddColumn() 공개 메소드

public AddColumn ( string name, int width ) : void
name string
width int
리턴 void

PrettyConsole() 공개 메소드

public PrettyConsole ( ) : System
리턴 System

WriteHeader() 공개 메소드

public WriteHeader ( ) : void
리턴 void

WriteLine() 공개 메소드

public WriteLine ( ) : void
리턴 void