Property | Type | Description | |
---|---|---|---|
IsConsole | bool |
Method | Description | |
---|---|---|
Maximise ( ) : void |
Maximises the console window.
|
|
ToColor ( ConsoleColor color ) : Color |
Get's the Color of a ConsoleColor.
|
|
ToConsoleColor ( Color color ) : ConsoleColor |
Converts a Color to the nearest ConsoleColor.
|
Method | Description | |
---|---|---|
AttachConsole ( uint dwProcessId ) : bool | ||
ConsoleHelper ( ) : System |
Initializes static members of the ConsoleHelper class.
|
|
Distance ( Color a, Color b ) : double | ||
GetConsoleScreenBufferInfoEx ( |
||
GetStdHandle ( int stdHandle ) : |
||
ReadPassword ( char mask = '*' ) : string | ||
ShowWindow ( |
public static ToColor ( ConsoleColor color ) : Color | ||
color | ConsoleColor | The color. |
return | Color |
public static ToConsoleColor ( Color color ) : ConsoleColor | ||
color | Color | The color. |
return | ConsoleColor |