C# 클래스 StoryTeller.ConsoleWriter

파일 보기 프로젝트 열기: storyteller/Storyteller

공개 메소드들

메소드 설명
Line ( ) : void
PrintHorizontalLine ( ) : void
PrintHorizontalLine ( int indent ) : void
Write ( ConsoleColor color, System.Action action ) : void
Write ( ConsoleColor color, string content ) : void
Write ( string stuff ) : void
WriteWithIndent ( ConsoleColor color, int indent, string content ) : void

비공개 메소드들

메소드 설명
BreakIntoLines ( int indent, string input ) : string[]
BreakIntoLines ( string input ) : string[]
ConsoleWriter ( ) : System

메소드 상세

Line() 공개 정적인 메소드

public static Line ( ) : void
리턴 void

PrintHorizontalLine() 공개 정적인 메소드

public static PrintHorizontalLine ( ) : void
리턴 void

PrintHorizontalLine() 공개 정적인 메소드

public static PrintHorizontalLine ( int indent ) : void
indent int
리턴 void

Write() 공개 정적인 메소드

public static Write ( ConsoleColor color, System.Action action ) : void
color ConsoleColor
action System.Action
리턴 void

Write() 공개 정적인 메소드

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

Write() 공개 정적인 메소드

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

WriteWithIndent() 공개 정적인 메소드

public static WriteWithIndent ( ConsoleColor color, int indent, string content ) : void
color ConsoleColor
indent int
content string
리턴 void