Re: Relationship between Application.Exit() and AppDomain
- From: "Scott M." <smar@xxxxxxxxxxxxx>
- Date: Fri, 4 Apr 2008 10:59:17 -0400
One AppDomain per application. One or more AppDomains in a Process.
WPF doesn't change this as WPF is still a .NET application and is still run
by the CLR.
Application.Exit will kill the application you are calling it on and
therefore the AppDomain it is running in.
"Sunny S" <SunnyS@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:4D3C4E0C-2C92-4015-9E3A-E03120928532@xxxxxxxxxxxxxxxx
Hi,
Does Application.Exit() apply only to the AppDomain in which it is called?
Is it the same as in WPF - a single Application object per AppDomain?
Generally speaking, what is the relationship between an Application object
and AppDomain objects?
Regards,
Sunny S.
.
- Follow-Ups:
- Re: Relationship between Application.Exit() and AppDomain
- From: Jon Skeet [C# MVP]
- Re: Relationship between Application.Exit() and AppDomain
- References:
- Relationship between Application.Exit() and AppDomain
- From: Sunny S
- Relationship between Application.Exit() and AppDomain
- Prev by Date: Relationship between Application.Exit() and AppDomain
- Next by Date: Re: Relationship between Application.Exit() and AppDomain
- Previous by thread: Relationship between Application.Exit() and AppDomain
- Next by thread: Re: Relationship between Application.Exit() and AppDomain
- Index(es):
Relevant Pages
|