How do I unload a DLL

  • Thread starter Thread starter neil rowe
  • Start date Start date
N

neil rowe

Hi

Can you answer this question for me please. I am running a class library
from a third party application, how do I unload the Class Library ?


Regards


Neil Rowe
 
* "neil rowe said:
Can you answer this question for me please. I am running a class library
from a third party application, how do I unload the Class Library ?

Load it into a separate 'AppDomain', then unload the 'AppDomain'.
 
Back
Top