dynamic load of DLL

  • Thread starter Thread starter Alex S.
  • Start date Start date
A

Alex S.

Hi,

It's possible to load dynamically a Dll and later to unload
it ?

Thanks
Alex
 
It's possible to load dynamically a Dll and later to unload
it ?

You can't unload individual DLLs, only an entire AppDomain.



Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top