Write an equivalent of exit() for quitting a C# .NET application?
Interview question and answer by:
Tripati_tutu | Posted on: 11/2/2010 | Category:
C# Interview questions | Views: 1608 | |
Points: 40
Answer:
Yes, in case of windows forms application you can exit the application with the help of System.Environment.Exit(datatype exitCode) or Application.Exit().
Asked In: Many Interviews
|
Alert Moderator
Found interesting? Add this to: