Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to exit application c# console

System.Environment.Exit(0);
// or
Environment.Exit(0);
 
PREVIOUS NEXT
Tagged: #exit #application #console
ADD COMMENT
Topic
Name
2+1 =