S
Sam Martin
Morning all,
Right, I've read untold articles now, listening to people bitch about there
being no Unload method for Assembly.
Plenty of people do counter that this is possible by loading the Assemblies
into a seperate AppDomain and closing it when finish, which would suit me
fine.
However, I have been able to find an example.
What i'm trying to do, is from my application, load an assembly(s) itterate
through certain types and then "unload" the assembly(s) thenopen another
assembly(s) and do the same. The type information etc. must be available
from my main application.
How do i do this? surely i cannot get to this information from another
AppDomain?
Any pointers welcome,
TIA
Sam
Right, I've read untold articles now, listening to people bitch about there
being no Unload method for Assembly.
Plenty of people do counter that this is possible by loading the Assemblies
into a seperate AppDomain and closing it when finish, which would suit me
fine.
However, I have been able to find an example.
What i'm trying to do, is from my application, load an assembly(s) itterate
through certain types and then "unload" the assembly(s) thenopen another
assembly(s) and do the same. The type information etc. must be available
from my main application.
How do i do this? surely i cannot get to this information from another
AppDomain?
Any pointers welcome,
TIA
Sam