Click or drag to resize

ConsoleUtils Methods

The ConsoleUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetConsoleWindowHandle
Retrieves the window handle used by the console associated with the calling process.
Public methodStatic memberHideConsole
Hides the application's console
Public methodStatic memberShowConsole
Shows the application's console
Public methodStatic memberWaitForExit
Search for processes with the same ProcessName as the process defined by process and blocks current thread until all current running instances has exited
Public methodStatic memberWaitForExitAll
Search for all processes with the same name as processName and blocks current thread until all current running instances has exited
Public methodStatic memberCode exampleWriteTable
Writes the specified table to the standard output stream
Top
See Also