Managed version of Spy++ Tool?

落花浮王杯 提交于 2019-11-30 05:27:12

I can recommend UISpy, a spy utility which uses the UI Automation framework to transparently spy on plain Win32 applications as well as Windows Forms or WPF. It's a bit hard to find UISpy, but I downloaded just the executable itself from http://andrewtokeley.net/archive/2009/09/15/uispy-ndash-download-it-here.aspx - works great!

For .NET applications using Windows Forms and WPF, the application makes use of .NET reflection to display a huge number of properties for the objects.

For winforms applications you still can use Spy++ as usual.

For WPF applications take a look to this link . It talks about a tool called snoop. With this tool you can look into a WPF application.

As a side note, I haven't been able to make it work though

John M. Wright

The Windows Software Development Kit (SDK) for Windows 8.1 includes a tool named "Inspect Objects" that I believe is intended as a Spy++ replacement.

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