Is there a way to get the assembly informations (name, description, verison) programmatically (in C#) without loading the classes into the appdomain? I just need the information from the manifest and nothing else. Is Assembly.ReflectionOnlyLoad(..) what I need? Or does it load the classes, too?
For Example: I have a dictionary with Files and I want to list the assemblynames, description and version. I don't want to use these Assemblies at this point.
Aucun commentaire:
Enregistrer un commentaire