Question what is the difference between an AppDomain and a process?

liptonIcedTea

Well-known member
Joined
Jan 18, 2007
Messages
89
Programming Experience
1-3
Can you have more than one AppDomain in a process?

Or more than one process in a AppDomain?

What about threads? I was always told there were many threads in one process and one processor has many processes. How does App Domains fit into this picture?



To me, it seems like its the same concept with a different name??
 
You should read the help topic for AppDomain Class, within a few seconds of reading you should have all your questions answered. In case you haven't installed help already here's the online page: AppDomain Class (System) I'd read the Process Class help topic also.
And ask again if you don't understand what they explain, this time in specifics.
 
Back
Top