If I do an Assembly.ReflectionOnlyLoadFrom(), is it possible to unload the assembly?
Assembly.ReflectionOnlyLoadFrom()
Or, can it be unloaded only if it is in a separate AppDomain, as w
Yes, you need to load it into a separate AppDomain, then unload the entire AppDomain.