On a Castle Castle.DynamicProxy.IInvocation, what's the difference between
GetConcreteMethod
GetConcreteMethodInvocationTarget
Method
I read the documentation, but I don't understand the difference, especially between the first two.
I'm guessing that Method
is just the MethodInfo for the method on the actual registered type?