Hi, On Mon, Oct 25, 2010 at 4:45 PM, Greg Young <[email protected]> wrote: > I have a MethodDefinition. I am trying to figure out what if any interfaces > on the type this method is implementing.
If the method is implicitly implementing an interface, the issue is that, well it's implicit. We don't have any helper currently to deal with those. You can have a look at how the linker maps relations between interfaces and methods: http://github.com/mono/mono/blob/master/mcs/tools/linker/Mono.Linker.Steps/TypeMapStep.cs -- Jb EvainĀ <[email protected]> -- -- mono-cecil
