How Does An Appdomain Get Created?

user image

Muskan Anand

2 years ago

AppDomains are usually created by hosts. Examples of hosts are the Windows Shell, ASP.NET and IE. When you run a .NET application from the command-line, the host is the Shell. The Shell creates a new AppDomain for every application. AppDomains can also be explicitly created by .NET applications

Recent Doubts

Close [x]