Samir Bhogayta
Is there an equivalent of exit() or quiting a C#.NET application?
By Samir Bhogayta in C# on Jun 25 2016
  • Samir Bhogayta
    Jun, 2016 25

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

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS