Normally, when you use a method
Assembly .LoadFile
all the referenced assemblies should be loaded in memory automatically so you don't have to care about them.
And yes, you can enumerate all the referenced assemblies using GetReferencedAssemblies method and then enumerate all the types...
Or what is the problem exactly
|