Skip to content

ModuleManger, why no "UnloadModule(...)"? #2564

Discussion options

You must be logged in to vote

The answer to your question is yes, you can put custom logic in modules and register your factories with the container.

In the case of WPF, loading a module is the process of adding an assembly (DLL) into the app domain at runtime. You cannot remove a DLL from an app domain once loaded.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@angelotrivelli
Comment options

Answer selected by angelotrivelli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants