B
Bob
I remember reading somewhere that assemblies can be loaded but not unloaded... I
can't seem to find where I read it, but I am looking at a problem where I need
to load up an assembly from a file name and path, analyze it, then put it away
(without shutting down the app) so that it can be recomipled later if someone
else is working with it. I was thinking perhaps I could get around this by
calling a separate exe to do the work and then just terminate the process when
it's complete, but I thought there might be a simpler approach to this type of
problem. Suggestions?
TIA,
Bob
can't seem to find where I read it, but I am looking at a problem where I need
to load up an assembly from a file name and path, analyze it, then put it away
(without shutting down the app) so that it can be recomipled later if someone
else is working with it. I was thinking perhaps I could get around this by
calling a separate exe to do the work and then just terminate the process when
it's complete, but I thought there might be a simpler approach to this type of
problem. Suggestions?
TIA,
Bob