jeudi 24 mars 2016

C# how to get dll assembly information?

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..) ?

using Reflecter.exe





Aucun commentaire:

Enregistrer un commentaire