creating appDomain

  • Thread starter Thread starter Allen Jones
  • Start date Start date
A

Allen Jones

No, the runtime does not create a new thread when you create a new app
domain.

A thread can only run in one app domain at a time, but it may cross app
domain boundaries. For example if an object calls a method on another object
that exists in another app domain.

Regards
Allen
 
hi.
by creating new AppDomain, is that mean, the net framework creating
implicitly new thread for that new AppDomain ?



second q.
thread can only run in one and the same one appdomain ?
 
Back
Top