I have a MethodInfo
of an interface method and Type
of a class that implements the interface.
I want to find the MethodInfo
of the class method that implements the interface method.
The simple method.GetBaseDefinition()
does not work with interface methods.
Lookup by name won't work either, because when implementing interface method explicitly it can have any name (yes, not in C#).
So what is the correct way of doing that that covers all the possibilities?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…