Skip to content

ObjectInspector

Jeremy Thomas edited this page Dec 11, 2017 · 2 revisions

Object Inspector

An object viewer/inspector/browser for browsing the properties of an object and any objects it references.

Usage:

  • In the GridDataEditor to browse the properties of the selected row
  • Exposed as a LINQPad Custom Visualizer as the ‘Inspect’ extension method.
  • In the AW example application to inspect the LinqMetadata.

image

(See AW.Winforms.Helpers.FrmEntityViewer)

This is inspired from the LLBL project inspector plug-in mentioned here: http://www.llblgen.com/documentation/2.6/using%20the%20designer/designer_workingwithplugins.htm It uses http://www.sliver.com/dotnet/statebrowser

Clone this wiki locally