|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Exiting from a console applicationHi,
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. Robe wrote:
> Hi, How about Environment.Exit()? See > > 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. <http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemenvironmentclassexittopic.asp>. |
|||||||||||||||||||||||