[Mono-devel-list] Object Browser / Reflector in Mono

Jonathan Pryor jonpryor at vt.edu
Sun Jun 12 15:35:21 EDT 2005


On Sun, 2005-06-12 at 11:22 -0400, Paul Betts wrote:
> I've been looking around, and I can't seem to find any application that
> acts like VS 2003/SharpDevelop's object browser.

Depending on your definition of "acts like", Type Reflector might work:

	http://mono.myrealbox.com/source/trunk/type-reflector/

It provides a console, System.Windows.Forms, or Gtk# tree of all
namespaces, types, and members within one or more assemblies.  It uses
System.Reflection, and will even provide the value of static properties.

> EDIT: I found Radek Doulek's object browser, is this project still being
> worked on? If it's pretty complete, one thing I'd like to do is
> integrate it into SharpDevelop. 

According to the ChangeLog, it was last modified February 2003, so it
doesn't look like it's being worked on.  Furthermore, it uses Gtk#, so
it wouldn't be suitable for integration into SharpDevelop, which uses
System.Windows.Forms.

 - Jon





More information about the Mono-devel-list mailing list