How to

exit application

Published: 9. October 2011 | Updated: 9. October 2011
License: Microsoft Public License (MS-PL)
Categories: Consoles, Winforms
Tags: C# Console Winforms
Was this snippet helpful for you? YESYES / NONO
int exitCode = 0;
Environment.Exit(exitCode);
Send us feedback about this snippet »



Related Snippets: