Does Application.Exit affect current appdomain only?

  • Thread starter Thread starter Tester
  • Start date Start date
T

Tester

Hi all,

Can someone clarify if Application.Exit affects current AppDomain only? This
does seem to be the case, but not spelled out in the msdn documentation.

"Informs all message pumps that they must terminate, and then closes all
application windows after the messages have been processed...This method
stops all running message loops on all threads and closes all windows of the
application"

Above statement is not true, at least in v1.1 and next one. When called from
separate AppDomain's Application.Exit affects that appdomain ONLY. This
makes sense if we are talking about "soft" threads that belong to specific
AppDomain. So does the documentation also speak of "soft" threads or "hard"
threads?

Thanx a lot
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top