Unload DLL Module from Owner Process

J

Jan Jeitziner

Hi folk,

is there a possibility to unload a (DLL-) Module from its owner Process
within a VB.NET Application?
With other words, how can I unload at Runtime a DLL, which my
Application has loaded, from the memory.

I'm very thankful for your Help!

Jan
 
H

Herfried K. Wagner [MVP]

* Jan Jeitziner said:
is there a possibility to unload a (DLL-) Module from its owner Process
within a VB.NET Application?
With other words, how can I unload at Runtime a DLL, which my
Application has loaded, from the memory.

If you load it into a separate app domain, you can unload it by
unloading the app domain.
 

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

Similar Threads


Top