I'm interested in having many dynamic assemblies loaded on demand.
Since it's possible all these modules may create too much memory pressure, I want to unload them when directed by the OS, or when lack of activity is detected.
How can I unload a previously loaded module? Is quitting the app the only way?