This post originated from an RSS feed registered with .NET Buzz
by Jeff Key.
Original Post: Updated StateBrowser
Feed Title: Jeff Key
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/jkey/Rss.aspx
Feed Description: Topics revolve around .NET and the Windows platform.
It's been almost a year since I posted the first, buggy version of StateBrowser. I needed to use it yesterday, hit some of the bugs and decided it was time to update it.
It's lazy-loaded, so you can inspect graphs with circular references.
Any collections that implement IList or IDictionary are displayed with the elements' indexes and keys, respectively.
Value types and strings show their values inline whereas reference types (if not null) are expandable.
Optionally show static members, non-public members and types.
Interfaces are now included so implicitly implemented interface members are available.
StateBrowser control, StateBrowserForm and help file are included.