Hi,
I want to know how can I exit from a console application in C#.
In C++ there is a function called "exit()", but I don't know if there is an
equivalent in C#.
Thanks,
Robe.
David White - 07 Mar 2006 16:08 GMT
> Hi,
>
[quoted text clipped - 6 lines]
>
> Robe.
How about Environment.Exit()? See
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlr
fsystemenvironmentclassexittopic.asp>.