> Suppose I create a new app domain in my process. What
> triggers it to shut
> down?

When the hosting process terminates or when AppDomain.Unload( yourDomain )
is called.

> Is it when all objects in it are garbage collected?

Nope.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to