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.
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
"Just beacuse you're paranoid, don't mean they're not after you
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.
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
"Just beacuse you're paranoid, don't mean they're not after you