Method | Description | |
---|---|---|
WriteAtEnd ( int Padding, ConsoleColor Colour, string MessageFormat ) : void | ||
WriteBar ( |
||
WriteColour ( ConsoleColor colour, string MessageFormat ) : void | ||
WriteLineColour ( ConsoleColor colour, string MessageFormat ) : void |
public static WriteAtEnd ( int Padding, ConsoleColor Colour, string MessageFormat ) : void | ||
Padding | int | |
Colour | ConsoleColor | |
MessageFormat | string | |
return | void |
public static WriteBar ( |
||
args | ||
return | void |
public static WriteColour ( ConsoleColor colour, string MessageFormat ) : void | ||
colour | ConsoleColor | |
MessageFormat | string | |
return | void |
public static WriteLineColour ( ConsoleColor colour, string MessageFormat ) : void | ||
colour | ConsoleColor | |
MessageFormat | string | |
return | void |