Take note that the signature is as follows but it only passes MethodInfos and not PropertyInfos. At some point we need to correct the interface.
void NonVirtualMemberNotification(Type type, MemberInfo memberInfo); On Tue, Sep 22, 2009 at 10:31 AM, grumpy <[email protected]> wrote: > > Hello > > I have a class that is derived from an abstract class, the abstract > class has some properties that are not virtual, however the > NonVirtualMemberNotification method of ProxyGenerationHook doesnt gets > called for that .... > > Is there something extra that i have to do when generating proxy ? > > many thanks > > > > -- Jono --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
