We're using DynamicProxy in a project. I've created an interceptor for a few methods.
I know that it's possible to get the method arguments inside of a Castle.DynamicProxy.IInterceptor
object.
Can an interceptor change the value of the arguments passed to a method, before calling invocation.Proceed()
?