1
Reply

Is there an equivalent of exit() or quiting a C#.NET application?

Samir Bhogayta

Samir Bhogayta

Jun 25, 2016
313
0

    Yes, you can use System.Environment.Exit(int exitCode) to exit the application or Application.Exit() if it’s a Windows Forms app.

    Samir Bhogayta
    June 25, 2016
    0