vote up 0 vote down star

If I do a Assembly.ReflectionOnlyLoadFrom(), is it possible to unload the assembly?

Or, can it be unloaded only if it is in a separate AppDomain, as with Assembly.LoadFrom() ?

I have a tool that needs to load an assembly for inspection.

flag

1 Answer

vote up 1 vote down check

Yes, you need to load it into a separate AppDomain, then unload the entire AppDomain.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.