Hi, I'd like to use the nicely optimised target object method invocation features of DynamicProxy instead of using the slow (but simple) reflection MethodInfo.Invoke. There's also plenty of examples of using DynamicMethod online to achieve a similar thing, but I'm already using Castle DynamicProxy. DynamicProxy is also clearly more mature than code snippets, and has caching etc. It's sort of like using just the "WithTarget" part of CreateInterfaceProxyWithTarget :-)
Is it possible to do this easily? Thanks, Rob -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/castle-project-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
