[Mono-devel-list] Object Browser / Reflector in Mono
Jb Evain
mono at evain.net
Mon Jun 13 06:39:33 EDT 2005
> I believe JB Evain is working on something that uses Mono.Cecil that we
> would want to integrate with MonoDevelop. I believe the end goal is that
> it will have the features of .net's ildasm.
I've been working on something similar to .net's idasm, so the features
are slightly different from something like Reflector. I'm changing few
things in it, i'm no more using the Reflection-like layer of Cecil, but
rather the metadata one, to provide more details.
I've borrowed the custom treeview from MonoDevelop, and used it, so that
this ildasm may be integrated into MD, but i'm not sure that my code
is a good start for something like Reflector. I looks more and more to
something like monodis...
Jb
More information about the Mono-devel-list
mailing list