Property | Type | Description |
---|
Method | Description | |
---|---|---|
MockConsole ( int width, int height, ConsoleColor color, ConsoleColor background, bool echo = false ) : System | ||
MockConsole ( int width, int height, bool echo = false ) : System | ||
PrintAt ( int x, int y, string format ) : void | ||
WindowWidth ( ) : int | ||
Write ( string format ) : void | ||
WriteLine ( string format ) : void |
public MockConsole ( int width, int height, ConsoleColor color, ConsoleColor background, bool echo = false ) : System | ||
width | int | |
height | int | |
color | ConsoleColor | |
background | ConsoleColor | |
echo | bool | |
return | System |
public MockConsole ( int width, int height, bool echo = false ) : System | ||
width | int | |
height | int | |
echo | bool | |
return | System |
public PrintAt ( int x, int y, string format ) : void | ||
x | int | |
y | int | |
format | string | |
return | void |