UtilConsoleShowConsole Method
Shows 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 ShowConsole()
public:
static bool ShowConsole()
static member ShowConsole : 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
.