[Mono-osx] TypeRefleX

Chuck Esterbrook chuck.esterbrook at gmail.com
Sun May 11 23:32:14 EDT 2008


On Sat, May 10, 2008 at 6:45 AM, Tim Davis <binary.method at gmail.com> wrote:
> Not sure if I'm allowed to post this here, but I just got done creating a
> small app called TypeRefleX.  It's a .NET assembly reflection tool for OS X.
> Technically it creates the reflection data from the output of monodocer, but
> it's still useful if you need to look up types or methods or whatnot.
>
> Although it's written in 100% ObjC I figure since it was made for the Mono
> developer I should post it here for you to try out.
>
> http://www.binarymethod.com/?q=node/45
>
> Bugs can be reported to binary.god at gmail.com until I get a built in
> solution.
>
> Thanks for your help.
> Tim

I can't play with it as I haven't upgraded to Leopard yet, but it
looks like a nice program.

I often use monop at the command line which has the nice property of
showing me full type sigs for all members at once. For example, try
"monop System.DateTime". It might be nice if I could see monop[-style]
output when double clicking a type in TypeRefleX.

Now that you've figured out the UI , it would be interesting to see
this as an open source Cocoa# application.

-Chuck


More information about the Mono-osx mailing list