如何确定如果DLL是调试或发布版本(在.NET)版本、DLL、NET

2023-09-02 10:21:42 作者:﹏゛怎么做,都是错。

可能重复:   How判断一个.NET应用程序是在调试或发布模式下编译?

我敢肯定,这已被问过,但谷歌和SO搜索失败我。

I'm sure this has been asked before, but google and SO search failed me.

我如何确定如果DLL是发布版本或调试版本?

How can I identify if a DLL is a release build or debug build?

推荐答案

要做到这一点的唯一最好的方法是检查编译组件本身。有这种所谓的.NET程序集信息非常有用的工具,发现这里通过Rotem公司布卢姆。安装此之后,它赞同.dll文件与自身打开。安装后,你可以在大会上双击打开,并且如下面的截图,它会给你的装配细节。在那里,你可以识别,如果它的调试 编译或不

The only best way to do this is to check the compiled assemblies itself. There is this very useful tool called '.NET Assembly Information' found here by Rotem Bloom. After you install this, it associates itself with .dll files to open with itself. After installing you can just double-click on the Assembly to open and it will give you the assembly details as displayed in the screenshots below. There you can identify if it's debug compiled or not.

linktext的:http://www.$c$cplex.com/AssemblyInformation

LinkText: http://www.codeplex.com/AssemblyInformation

希望这有助于..

 
精彩推荐
图片推荐