ConsoleUtils Methods |
The ConsoleUtils type exposes the following members.
Name | Description | |
---|---|---|
GetConsoleWindowHandle |
Retrieves the window handle used by the console associated with the calling process.
| |
HideConsole |
Hides the application's console
| |
ShowConsole |
Shows the application's console
| |
WaitForExit |
Search for processes with the same ProcessName as the process defined by process
and blocks current thread until all current running instances has exited
| |
WaitForExitAll |
Search for all processes with the same name as processName
and blocks current thread until all current running instances has exited
| |
WriteTable |
Writes the specified table to the standard output stream
|