[Mono-list] Object Browser (sorta)

Jonathan Pryor jonpryor@vt.edu
20 Sep 2002 18:14:16 -0400


The closest equivalent I can think of would be ``type-reflector'',
bundled in the ``mcs/tools/type-reflector'' directory.

For example, ``type-reflector.exe -i TypeToFind'' would show all
interfaces implemented by the type ``TypeToFind''.

Alas, it's a command-line program, and rough around the edges, so it
might not be what you're looking for.

 - Jon

On Fri, 2002-09-20 at 17:41, Jonel Rienton wrote:
> Hi, is there an object browser-like tool to navigate the different
> classes and their interfaces?