Thank you very much, we're going to use this code to do our override detection. Nevertheless for our dependency map, we're going to need this identifier anyways. So is there any way to get a unique method identifier out of cecil?
For example: void Foo <S, T> ( int i, S s, T t ); to something like: System.Void Foo`2 ( System.Int32, !!0, !!1 ) Best regards, C. S. On Aug 2, 2:25 pm, Jb Evain <[email protected]> wrote: > Hi, > > On Tue, Aug 2, 2011 at 2:22 PM, [email protected] > > <[email protected]> wrote: > > We try to detect all overrides and so far we found no cecil > > implementation for this. > > See how the linker detects overriden methods: > > https://github.com/mono/mono/blob/master/mcs/tools/linker/Mono.Linker... > > Jb -- -- mono-cecil
