Re: DP2 and IProxyGenerationHook

2008-09-12 Thread Ayende Rahien
You can't do that with an interface. If you proxy an interface, you have to handle all its calls. On Sat, Sep 13, 2008 at 12:41 AM, Troy Gould [EMAIL PROTECTED] wrote: I have certain methods that I want to proxy, and others that I don't. I'm marking those that I do want to proxy with an

Re: DP2 and IProxyGenerationHook

2008-09-12 Thread Troy Gould
If that's the case, shouldn't the CreateInterfaceWithXXX methods not allow you to pass in a ProxyGenerationOptions? Or if there are some options that are useful, then have a new Options class for the CreateInterfacexxx methods with Options that are valid? On Sep 12, 3:54 pm, Ayende Rahien