Reflection and (un)loading assemblies?
Messages   Related Types
This message was discovered on microsoft.public.dotnet.framework.clr.

Post a new message to this list...

Mario Goebbels
Hi!

When I'm loading an assembly to reflect over it's types without ever
instancing a type in it, and then let the GC collect the related Assembly
object, will it be unloaded or stay in memory until the application ends?

The scenario is that one of my projects reflects over every DLL in a
subfolder whether it is a plugin or not, preferably I wouldn't want to have
DLLs loaded during that process which wouldn't be used anyway.

Thanks!

-mg

Reply to this message...
 
    
David Levine
Once an assembly is loaded into an appdomain it stays loaded until the
appdomain itself is unloaded. If you want to be able to unload the
assemblies without exiting your app, then create another appdomain, reflect
over the assemblies in the other appdomain and do the work in there, and
then when done unload the appdomain.

"Mario Goebbels" <Click here to reveal e-mail address> wrote in message
news:Click here to reveal e-mail address...
[Original message clipped]

Reply to this message...
 
 




Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com