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
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