Hi,

I would like to get a list of public types that are in an assembly.  The
complicating factor is that I do not wish to load the assembly into my
AppDomain as I will never execute it.

I cannot use Assembly.ReflectionOnlyLoadFrom(...) as the dependencies will
not be available.

I thought about loading the assembly into a seperate appdomain which I can
then unload however, the assembly will not be in the search path of the
AppDomain.

Reason for this is I have a system with aplugin architecture.  I'm
building a UI for support staff where the can push a new plugin (assembly)
onto the production system.  As part of this, the UI should read the types
from the assembly so that the support staff can enter into the database
config items required for each type.

Hope this makes sense! Any help appreciated!

Thanks,

Graeme

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to