C# 클래스 AA2Pack.ConsoleWriter

파일 보기 프로젝트 열기: aa2g/AA2Install

Private Properties

프로퍼티 타입 설명
writeLine void
writePartialLine void

공개 메소드들

메소드 설명
ClearLine ( ) : void
Write ( string text = "" ) : void
WriteEvent ( string eventMessage, string eventArgs ) : void
WriteFormat ( string format ) : void
WriteLine ( string text = "" ) : void
WriteLineFormat ( string format ) : void
WriteSwitch ( string _switch, string description ) : void

비공개 메소드들

메소드 설명
writeLine ( string message, Color color = null ) : void
writePartialLine ( string message, Color color = null ) : void

메소드 상세

ClearLine() 공개 정적인 메소드

public static ClearLine ( ) : void
리턴 void

Write() 공개 정적인 메소드

public static Write ( string text = "" ) : void
text string
리턴 void

WriteEvent() 공개 정적인 메소드

public static WriteEvent ( string eventMessage, string eventArgs ) : void
eventMessage string
eventArgs string
리턴 void

WriteFormat() 공개 정적인 메소드

public static WriteFormat ( string format ) : void
format string
리턴 void

WriteLine() 공개 정적인 메소드

public static WriteLine ( string text = "" ) : void
text string
리턴 void

WriteLineFormat() 공개 정적인 메소드

public static WriteLineFormat ( string format ) : void
format string
리턴 void

WriteSwitch() 공개 정적인 메소드

public static WriteSwitch ( string _switch, string description ) : void
_switch string
description string
리턴 void