Hi
I was wandering if anyone knows what the effect of calling Assembly.Load()
mutiple times for the same assembly will be in regard to loading the assembly
into the AppDomain.
I know that once it has been loaded, it cannot be unloaded until the
AppDomain is shutdown, however, will calling load cause it to be loaded
multiple times and cause unnecessary memory consumption, or are there no real
issues I need to be concerned with.
Many thanks
Al

Signature
I cna tyep 100 wodrs pre minu!te!!
Mattias Sjögren - 15 Aug 2007 18:29 GMT
>I know that once it has been loaded, it cannot be unloaded until the
>AppDomain is shutdown, however, will calling load cause it to be loaded
>multiple times and cause unnecessary memory consumption, or are there no real
>issues I need to be concerned with.
No, the assembly will only be loaded once.
Mattias

Signature
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.