C# 클래스 Microsoft.Scripting.Hosting.Shell.BasicConsole

상속: IConsole, IDisposable
파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
BasicConsole ( bool colorful ) : System
Dispose ( ) : void
ReadLine ( int autoIndentSize ) : string
Write ( string text, Style style ) : void
WriteLine ( ) : void
WriteLine ( string text, Style style ) : void

보호된 메소드들

메소드 설명
WriteColor ( TextWriter output, string str, ConsoleColor c ) : void

비공개 메소드들

메소드 설명
PickColor ( ConsoleColor best, ConsoleColor other ) : ConsoleColor
SetupColors ( bool colorful ) : void

메소드 상세

BasicConsole() 공개 메소드

public BasicConsole ( bool colorful ) : System
colorful bool
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ReadLine() 공개 메소드

public ReadLine ( int autoIndentSize ) : string
autoIndentSize int
리턴 string

Write() 공개 메소드

public Write ( string text, Style style ) : void
text string
style Style
리턴 void

WriteColor() 보호된 메소드

protected WriteColor ( TextWriter output, string str, ConsoleColor c ) : void
output System.IO.TextWriter
str string
c ConsoleColor
리턴 void

WriteLine() 공개 메소드

public WriteLine ( ) : void
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string text, Style style ) : void
text string
style Style
리턴 void