Castle.DynamicProxy.Internal.InvocationHelper
namespace Castle.DynamicProxy.Internal
{
internal static class InvocationHelper
{
public static MethodInfo GetMethodOnObject(object target, MethodInfo proxiedMethod);
public static MethodInfo GetMethodOnType(Type type, MethodInfo proxiedMethod);
}
}