.NET web browser / object inspector

I have a pretty complicated caching system for a web application. I would like to open the viewer for cached objects through the application management console.

Essentially, I'm looking for something like the Visual Studio Object Inspector available during debugging.

Of course, I can write something, and in fact I have a working prototype that uses a control tree. I am looking for something more complex that I do not need to support :)Sample debug view

+5
source share
1 answer

blogpost .NET Component Inspector Oakland Reflector, .

0

All Articles