If I remember correctly there is an issue with doing this between a static and a nonstatic method with same name + params eg
Static int foo() And Int foo() Both come up as a::foo() On Tuesday, August 2, 2011, Jb Evain <[email protected]> wrote: > On Tue, Aug 2, 2011 at 2:29 PM, [email protected] > <[email protected]> wrote: >> For example: >> >> void Foo <S, T> ( int i, S s, T t ); >> >> to something like: >> >> System.Void Foo`2 ( System.Int32, !!0, !!1 ) > > You can use the fullname of the definition of a method. > > Jb > > -- > -- > mono-cecil -- Le doute n'est pas une condition agréable, mais la certitude est absurde. -- -- mono-cecil
