If we want to get the version number of a dll we could use,
Assembly assembly = Assembly.LoadFrom("System.Xml"); Version ver = assembly.GetName().Version;
How to get the other information (like AssemblyTitle, AssemblyProduct, etc..) ?
Aucun commentaire:
Enregistrer un commentaire