| ConsoleUtilsGetConsoleWindowHandle Method |
Retrieves the window handle used by the console associated with the calling process.
Namespace:
Cauldron.Consoles
Assembly:
Cauldron.Consoles (in Cauldron.Consoles.dll) Version: 3.2.0.2
Syntax public static IntPtr GetConsoleWindowHandle()
Public Shared Function GetConsoleWindowHandle As IntPtr
public:
static IntPtr GetConsoleWindowHandle()
Return Value
Type:
IntPtrThe return value is a handle to the window used by the console associated with the calling process or NULL if there is no such window associated console.
See Also