MonoDevelop Assembly Browser

MonoDevelop Assembly Browser

  View -> Assembly Browser,通过此窗口可以查看Dll的反编译后的代码。

  

  还有几款免费的替代产品可以使用, 虽然不及 .Net Reflector 成熟, 但是已经可以使用了, 它们是:

    • dotPeek 
      JetBrains 公司出品, 与 ReSharper 师出同门。
    • ILSpy 
      iCSharpCode 团队出品, 这个团队开发了著名的 C# IDE SharpDevelop 。
    • JustDecompile 
      Telerik 公司出品, 相信很多人都知道该公司的 Rad 系列控件。
    • .Net Reflector,最专业的反编译产品。

参考:http://www.cnblogs.com/beginor/archive/2011/05/12/2044583.html

时间: 2024-11-05 15:07:19

MonoDevelop Assembly Browser的相关文章

.NET Open Source Developer Projects

There are many .NET open source developer projects. This list is intended to provide links to projects on CodePlex or it GitHub.  The recent .NET Core Open Source is on GitHub .NET Implementations .NET Core - Core .NET Framework Mono Project - Cross-

.NET 开源开发项目

本文列出了 .NET 开源开发项目(open source developer projects).意在包括对开发过程的所有方面有所帮组的项目.对于消费项目(consumerprojects),请参阅.NET开源消费项目清单. 下面按字母排序,并提供一行文字说明.GitHub/CodePlex(或其他)链接优先. .NET 实现 .NET Core - Core .NET 框架 C# Native – 把 C# 编译成本地代码. Cosmos - C# 开源的管理操作系统,一个操作系统是"con

A Complete List of .NET Open Source Developer Projects

http://scottge.net/2015/07/08/a-complete-list-of-net-open-source-developer-projects/?utm_source=tuicool NET Implementations .NET Core – Core .NET Framework C# Native – Compiles C# to native. Cosmos – C# Open Source Managed Operating System, an operat

Windows下有用的工具推荐

1.ConEmu多标签命令行工具https://download.fosshub.com/Protected/expiretime=1495446879;badurl=aHR0cDovL3d3dy5mb3NzaHViLmNvbS9Db25FbXUuaHRtbA==/1ba436a420d12de8e57b268aaecaefe9969e1967259c2a1a5c0d9f91c867ab8e/ConEmu/ConEmuPack.170517.7z 2.WireShark抓包工具https://1

.NET 开源开发项目【翻译】

原文地址 本文列出了 .NET 开源开发项目(open source developer projects).意在包括对开发过程的所有方面有所帮组的项目.对于消费项目(consumer projects),请参阅 .NET开源消费项目清单. 下面按字母排序,并提供一行文字说明.GitHub/CodePlex(或其他)链接优先. .NET 实现 .NET Core - Core .NET 框架 C# Native – 把 C# 编译成本地代码. Cosmos - C# 开源的管理操作系统,一个操作

调试 ms 源代码

如果需要调试 WPF 源代码或框架源代码,那么需要使用 DotPeek 首先需要下载 dotPeek ,可以到官网下载 dotPeek: Free .NET Decompiler & Assembly Browser by JetBrains 还可以到 csdn 下载 首先打开 dotPeek 然后点击启动符号服务器,所有符号. 然后点击工具设置,可以看到这个页面 然后打开 VS 工具选项,在调试设置符号,刚才已经复制了,现在添加就好 然后还需要去掉微软的服务和本地缓存 然后写一个呆磨进行测试

记 Ubuntu14.04 Monodevelop 安装的两个问题

1. Monodevelop 不能运行,显示错误 The assembly mscorlib.dll was not found or could not be loaded. 首先要确定mono安装完整,这个问题的可能原因是mono安装的路径不对,monodevelop在/usr/local/lib下找不到mono. 解决办法: 用which mono查看mono的安装路径,然后建立一个软连接过去就可以了: sudo ln -s /usr/lib/mono /usr/local/lib/ 推荐

Extended MessageBox Library (assembly) for .NET

Apr 30, 2010. Summary: With this library .NET applications can control a wide variety of MessageBox dialog settings. That includes adjusting initial position and size of the dialog, selecting message font and font color, filling dialog background wit

Could not load file or assembly'System.Data.SQLite.dll' or one of its depedencies

[问题]  在我本机的开发环境c#连接sqlite3没有问题,可是release版本移植到其他的机器就提示Could not load file or assembly'System.Data.SQLite.dll' or one of its depedencies.找不到指定模块. [解决] 搜来搜去没找到靠谱的答案,其实最后还是自己解决的. sqlite官方的下载页面里面说了:The Visual C++ 2010 SP1 runtime for x86 and the .NET Fr