c# - Visual Studio 2019 中的 "ildasm"在哪里?

标签 c# .net visual-studio ildasm

我曾经能够在 Visual Studio 2017 的开发人员命令提示符中运行 ildasm。对于 Visual Studio 2019,ildasm 不再可用:

C:\Program Files (x86)\Microsoft Visual Studio\2019\Community>ildasm
'ildasm' is not recognized as an internal or external command,
operable program or batch file.

是不是换成别的东西了还是我的 VS 2019 安装不完整?

最佳答案

ildasm.exe 与 Windows SDK 工具一起安装,位于 C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\ildasm.exe 或类似的地方,具体取决于版本。

您可以从 this website 安装 SDK或者安装VS2019时在可选组件中选择。

关于c# - Visual Studio 2019 中的 "ildasm"在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57223110/

相关文章:

c# - 如何在后台继续执行 Task、await 和 async

c# - TraceListener,在断言失败时抛出异常

visual-studio - 在 visual studio 2008 中为项目解决方案创 build 置

c++ - 使用 Visual C++ 形式读取文件的行为与在 C 程序中读取的行为不同

C# 关闭或覆盖重复的监视器

javascript - 在查询字符串处传递 '+'

c# - 发送纯文本电子邮件并在来自服务器的电子邮件响应中获取 =0D=0A

c# - (避免)装箱为空

c# - 为什么 UInt16 数组的加法速度似乎比 int 数组快?

c# - 在 Visual Studio 中删除未使用的 C# 代码