C# 클래스 Wolfje.Plugins.SEconomy.ConsoleEx

파일 보기 프로젝트 열기: tylerjwatson/SEconomy

공개 메소드들

메소드 설명
WriteAtEnd ( int Padding, ConsoleColor Colour, string MessageFormat ) : void
WriteBar ( JournalLoadingPercentChangedEventArgs args ) : void
WriteColour ( ConsoleColor colour, string MessageFormat ) : void
WriteLineColour ( ConsoleColor colour, string MessageFormat ) : void

메소드 상세

WriteAtEnd() 공개 정적인 메소드

public static WriteAtEnd ( int Padding, ConsoleColor Colour, string MessageFormat ) : void
Padding int
Colour ConsoleColor
MessageFormat string
리턴 void

WriteBar() 공개 정적인 메소드

public static WriteBar ( JournalLoadingPercentChangedEventArgs args ) : void
args Wolfje.Plugins.SEconomy.Journal.JournalLoadingPercentChangedEventArgs
리턴 void

WriteColour() 공개 정적인 메소드

public static WriteColour ( ConsoleColor colour, string MessageFormat ) : void
colour ConsoleColor
MessageFormat string
리턴 void

WriteLineColour() 공개 정적인 메소드

public static WriteLineColour ( ConsoleColor colour, string MessageFormat ) : void
colour ConsoleColor
MessageFormat string
리턴 void