Project DescriptionObjectReflector.Net is a tool to browse any object at runtime.
ObjectReflector.Net offers same features as Visual Studio debugger but at runtime. So watching properties and fields values can be easy and sometimes useful to find what’s going wrong with your objects especially when you don’t have the development environment.
Here a screen shot of what ObjectReflector.Net can display at runtime :
ReleasesThe first production release can found
here. This version is fully operational.
DocumentationNo documentation is available yet but it's coming soon.
However, Using ObjectReflector.Net is very simple and require a single line of code.
To use ObjectReflector.Net in your projects :
1- Add a reference to ObjectReflector.Dll
2- Add the control ucBrowser from your toolbox to a form
3- Set the DataSource Property of the ucBrowser to any object.
CommentsAny comments and suggestions are welcome.
Regards,
Hayder Marzouk