UtilConsolePause Method
Pause the console execution indefinitely until any key is pressed.
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 void Pause()
public:
static void Pause()
static member Pause : unit -> unit
No code example is currently available or this language may not be supported.
This is a code example.
No code example is currently available or this language may not be supported.
Console.WriteLine("Press any key to exit...")
Pause()
Environment.Exit(0)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.