R
Random Task
I am looking for a call equivalent to:
exit (111);
What do i use in c#?
Jim
exit (111);
What do i use in c#?
Jim
Random Task said:I am looking for a call equivalent to:
exit (111);
What do i use in c#?
Console app ...Jon said:Well, what kind of app are you writing - a console app, a WinForms app,
a service?
OtisConsole app ...
I am trying System.Environment.Exit right now
I oddly did not suspect there to be an exit function there
Jim