比较两个DLL的 [英] Compare Two DLL's

查看:248
本文介绍了比较两个DLL的的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个编译为DLL的C#应用​​程序。
我有一个从上周的建设和本周的建设。
性能发生了重大变化,所以我想比较两个版本,看看发生了什么变化。

I have a C# application compiled as a DLL. I have a build from last week and a build from this week. There has been a significant change in performance so I want to compare the the two builds to see what has changed.

欢呼

是的,比较来自版本控制........的源代码会更好,除了我们使用TFS,而不是选择,甚至与bolton应用程序TFS使源代码控制到一个全新的级别shite ........很难恢复,而不用弄乱工作空间等....我只是认为DLL的方法会更容易...应用程序也是一个怪物......

Yes it would be better to compare the source code from version control........except we are using TFS, not by choice, and even with the bolton application TFS takes source control to a whole new level of shite........it's very difficult to revert without messing around with workspaces etc....i just thought the DLL approach would be easier...The application is a monster as well......

推荐答案

我建议使用反射器(右键单击装配体 - >导出),然后比较使用某些合并工具生成的目录,如 WinMerge

I would recommend to disassemble two libraries with the Reflector (right click on the assembly -> Export) and then compare directories generated with some merging tool, like WinMerge.

这篇关于比较两个DLL的的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆