For example I have Assembly1.dll (1.0.0.0) and Assembly1.dll (1.0.0.0), in differents folders and I want to compare differences (if each assembly has the same Classes and each class the same methods, or compare all MSIL code). any APIs for do this?
There are tools, like this http://stackoverflow.com/questions/652432/compare-compiled-net-assemblies, but I need use APIs for integrated code in my custom applications, scripting and addins.