Managed version of Spy++ Tool?

后端 未结 3 883
野性不改
野性不改 2020-12-29 15:31

Awhile ago, I needed a Spy++ like application for some .NET UI debugging. I found an old MSDN article with a sample that does things similarly, But that stopped working in n

3条回答
  •  没有蜡笔的小新
    2020-12-29 16:02

    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.

提交回复
热议问题