On Sep 16, 2011, at 6:46 PM, Janusz Lembicz wrote: > Thanks, I did what you advised. From the ECMA specification I > understood that a specific entry in the MethodImpl table would > suffice.
Yes but that's wrong. A MethodImpl row points to two methods: the implementor and the implementee. You need to have an implementor method in `Class` for `IClass.A `. Jb -- -- mono-cecil
