UtilConsoleHideConsole Method
Hides the console window associated with the calling process.
Namespace: DevCase.Core.Application.ConsoleAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool HideConsole()
public:
static bool HideConsole()
static member HideConsole : unit -> bool
No code example is currently available or this language may not be supported.
Return Value
Boolean
If the window was previously visible, the return value is
.
If the window was previously hidden, the return value is
.