Hi,

I'm just milling around with DynamicProxy and running through some
simple usage scenarios and was wondering if something like the
following is possible?

var opts = new ProxyGenerationOptions(new HandleExceptionHook());
opts.AddMixinInstance(new SimpleMixin());
var proxy = new ProxyGenerator().CreateClassProxy(typeof (T), opts,
interceptor);

It appears that I can have a mixin instance or an IProxyGenerationHook
but not both.  Can someone confirm or clarify?

Thanks,
Joe

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to