L
Leonardo Spina
I would need to iterate through all the assemblies I can find on mi pc and
use only those which implement a specific interface I wrote.
The only way I found is to load one by one all the assemblies I find and
iterate through types and interfaces.
It works but memory usage hugely increases!
Is there another way to do this? (at least a way to unload unuseful
assemblies after loading them?)
Thanks in advance!
use only those which implement a specific interface I wrote.
The only way I found is to load one by one all the assemblies I find and
iterate through types and interfaces.
It works but memory usage hugely increases!
Is there another way to do this? (at least a way to unload unuseful
assemblies after loading them?)
Thanks in advance!