Hey, Hey, On Tue, Jun 8, 2010 at 5:34 PM, Sandro <[email protected]> wrote: > 1. I used a custom IEqualityComparer comparing full type and module > names. Is this the intended use, or is there a better type test than > string comparisons?
It is indeed the intended used. Eventually Mono.Cecil.Rocks will provide a IEqualityComparer for types and members, but Cecil's type won't implemented Equals/GetHashCode or IEquatable for now. There's a recent thread in the group about the why. > I'm also working with a custom build of Mono.Cecil with an overridden > Instruction.ToString(), which I found useful debugging instruction > lists. HEAD as an Instruction.ToString. -- Jb Evain <[email protected]> -- -- mono-cecil
