Is there UI inspector tool similar to hawkeye that works with .net 4.5?

主宰稳场 提交于 2019-12-03 16:16:06

问题


I'm working with a winforms application that is targeting .net 4.5 and I really need to inspect the UI elements. I've used Snoop to inspect wpf elements in the past, and I've come across Hawekeye as well. However, it appears hawkeye is not compatible with .net 4.5. Are there any tools out there than can give me similar results?


回答1:


Seems like the old tools no longer work like UI Spy either. Microsoft have an Inspect tool available here (Inspect tool). It's part of the Win8 SDK.

I'm looking at the same problem myself today, so will be trying it shortly.




回答2:


There is Hawkeye 2 (https://github.com/odalet/Hawkeye2). It works for me with .NET Framework 4.5.




回答3:


There is Spy++.exe within Microsoft Visual Studio, very useful and works like that.



来源:https://stackoverflow.com/questions/16343614/is-there-ui-inspector-tool-similar-to-hawkeye-that-works-with-net-4-5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!