B
Bob
I can't find a way to do this - is it possible to get the app domain that a
given assembly is executing within?
TIA,
Bob
given assembly is executing within?
TIA,
Bob
I can't find a way to do this - is it possible to get the app domain that a
given assembly is executing within?
If I'm looking at a control type that I know is executing at design time,
I'd like to be able to look at that app domain and see what other assemblies
are loaded into it.
But I guess access to that app domain isn't something
implicitly available from the type, is it?
Hmm. But you're saying that the current AppDomain is already the one I'm
looking for, so everything I need will be in GetAssemblies?