Details
Description
Unlike Invoke, StaticInvoke only tries to get the method with exact argument classes match. If the calling method's parameter types are not exactly matched with the argument classes, StaticInvoke cannot find the method.
StaticInvoke should be able to find the method under the cases too.