AppDomain info from an assembly
I am trying to get an AppDomain's info for one of my reference assemblies.
I am aware of the fact that we can load an assembly at runtime and then
get that assembly to run in a separate AppDomain which we create. But, in
my case, there is a referred assembly (actually an AddIn) that runs in its
own domain. Please let me know, if I can get a reference to an existing
assembly and AppDomain for the referenced assembly using
System.Reflection.Assembly and System.AppDomain or Similar classes?
No comments:
Post a Comment