-
Notifications
You must be signed in to change notification settings - Fork 5
ObjectInspector
Jeremy Thomas edited this page Dec 11, 2017
·
2 revisions
An object viewer/inspector/browser for browsing the properties of an object and any objects it references.
- 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.
(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