I am loading some assemblies at run time and invoking methods on them using Reflections (MethodInfo.Invoke).
This question already has answers here: Is there a good way of getting MethodInfo of open generic method?
The question I have is this: If I have the MethodInfo object, for a method, obtained from an interface type, and I also have the Type object for a class that implements this interface, but it implemen