.net - 我可以使用 .NET Reflector 快速修改和重新编译代码吗?

标签 .net reflector .net-reflector

是否可以使用 .NET Reflector (或其他工具)来修改和重新编译代码 (也就是说,不转储源代码,然后使用 Visual Studio 重新编译它)?

最佳答案

您可能可以使用 Reflexil Reflector 的插件来做到这一点:

Reflexil is an assembly editor and runs as a plug-in for Reflector. Using Mono.Cecil, Reflexil is able to manipulate IL code and save the modified assemblies to disk. Reflexil also supports 'on the fly' C# and VB.NET code injection.

关于.net - 我可以使用 .NET Reflector 快速修改和重新编译代码吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2279882/

相关文章:

.net - 在 xaml 中为组合框设置选定值时出现问题

c# - 为什么 Application Insights 将 Nlog Error 写入 Trace 而不是异常?

c# - 有什么办法可以防止dll在reflector之类的软件中打开?

.net - .NET Reflector 指令的命名空间

c# - 不显示reportviewer直接打印RDLC Report

c# - 如何向我在 vs2010 中发布的项目添加发布日期?

c# - 将资源文件转换为 resx - 不可序列化

.net - 可以在 aspx 页面上显示来自代码隐藏的实际源代码(对于代码示例页面)

.net - 如何调试打包在 .NET 程序集中的 .NET 代码(作为单独软件运行)