Is there a way to find ILDASM.exe from Visual Studio 2008?
有没有办法从Visual Studio 2008中找到ILDASM.exe?
I know the location "C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin", but I want it through Visual Studio 2008.
我知道位置“C:\ Program Files \ Microsoft Visual Studio 8 \ SDK \ v2.0 \ Bin”,但我希望它通过Visual Studio 2008。
3 个解决方案
#1
I'm not sure what you mean by "wanting it through Visual Studio", but you can easily add it to the Visual Studio Tools menu with the "Tools ->
External Tools" dialog.
我不确定“想通过Visual Studio”是什么意思,但您可以使用“工具 - >外部工具”对话框轻松将其添加到Visual Studio工具菜单中。
#2
If you have the SDK:
如果你有SDK:
C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin
Personally, though, I'd use .NET Reflector instead...
但就个人而言,我会使用.NET Reflector代替......
I tend to associate this with bin/exe via the "Open With..." dialog in the Solution Explorer; add it to that, job done.
我倾向于通过解决方案资源管理器中的“打开方式...”对话框将其与bin / exe相关联;添加它,完成工作。
#3
The .NET Framework 3.5 that comes with Visual Studio 2008 is more or less only an extension (new assemblies) to .NET 2.0. Therefore the directory structures seem to be different.
Visual Studio 2008附带的.NET Framework 3.5或多或少只是.NET 2.0的扩展(新程序集)。因此目录结构似乎不同。
On my machine, the new ILDASM.exe is located in "C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin".
在我的机器上,新的ILDASM.exe位于“C:\ Program Files \ Microsoft SDKs \ Windows \ v6.0A \ bin”中。
#1
I'm not sure what you mean by "wanting it through Visual Studio", but you can easily add it to the Visual Studio Tools menu with the "Tools ->
External Tools" dialog.
我不确定“想通过Visual Studio”是什么意思,但您可以使用“工具 - >外部工具”对话框轻松将其添加到Visual Studio工具菜单中。
#2
If you have the SDK:
如果你有SDK:
C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin
Personally, though, I'd use .NET Reflector instead...
但就个人而言,我会使用.NET Reflector代替......
I tend to associate this with bin/exe via the "Open With..." dialog in the Solution Explorer; add it to that, job done.
我倾向于通过解决方案资源管理器中的“打开方式...”对话框将其与bin / exe相关联;添加它,完成工作。
#3
The .NET Framework 3.5 that comes with Visual Studio 2008 is more or less only an extension (new assemblies) to .NET 2.0. Therefore the directory structures seem to be different.
Visual Studio 2008附带的.NET Framework 3.5或多或少只是.NET 2.0的扩展(新程序集)。因此目录结构似乎不同。
On my machine, the new ILDASM.exe is located in "C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin".
在我的机器上,新的ILDASM.exe位于“C:\ Program Files \ Microsoft SDKs \ Windows \ v6.0A \ bin”中。