ah I see Proxy target takes priority over mixins.
In your case, if you want all interfaces to forward to mixins and don’t care about the target try ClassProxy for System.Object -- Krzysztof Kozmic From: Miłosz Kukla miloszku...@gmail.com Reply: castle-project-users@googlegroups.com castle-project-users@googlegroups.com Date: 15 May 2014 at 8:19:51 pm To: castle-project-users@googlegroups.com castle-project-users@googlegroups.com Cc: Miłosz Kukla miloszku...@gmail.com Subject: Re: Composition based aggregate interface dynamic proxy I wanted to compose IFooBar implementation from Foo and Bar implementations so this line options.AddMixinInstance(new Foo()); -- 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 castle-project-users+unsubscr...@googlegroups.com. To post to this group, send email to castle-project-users@googlegroups.com. Visit this group at http://groups.google.com/group/castle-project-users. For more options, visit https://groups.google.com/d/optout. -- 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 castle-project-users+unsubscr...@googlegroups.com. To post to this group, send email to castle-project-users@googlegroups.com. Visit this group at http://groups.google.com/group/castle-project-users. For more options, visit https://groups.google.com/d/optout.