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