Click or drag to resize

ConsoleUtils Class

A collection of console utilities
Inheritance Hierarchy
SystemObject
  Cauldron.ConsolesConsoleUtils

Namespace:  Cauldron.Consoles
Assembly:  Cauldron.Consoles (in Cauldron.Consoles.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static class ConsoleUtils

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