Метод | Описание | |
---|---|---|
Hide ( ) : void |
If the process has a console attached to it, it will be detached and no longer visible. Writing to the System.Console is still possible, but no output will be shown.
|
|
Show ( ) : void |
Creates a new console instance if the process is not attached to a console already.
|
|
Toggle ( ) : void |
Метод | Описание | |
---|---|---|
AllocConsole ( ) : bool | ||
FreeConsole ( ) : bool | ||
GetConsoleOutputCP ( ) : int | ||
GetConsoleWindow ( ) : |
||
InvalidateOutAndError ( ) : void | ||
SetOutAndErrorNull ( ) : void |