Answers for "code to exit application in c#"

C#
4

how to exit application c# console

System.Environment.Exit(0);
// or
Environment.Exit(0);
Posted by: Guest on October-02-2020
-1

c# program exit

System.Windows.Forms.Application.ExitThread( )
Posted by: Guest on March-26-2020

C# Answers by Framework

Browse Popular Code Answers by Language