because they're implemented explicitly. use BindingFlags.Instance | BindingFlags.NonPublic or proxy.GetType().GetInterfaceMap(targetInterface);
JoseFR wrote: > Sorry. You are right.... I was confused. > Finally, I found the problem and is not related to DP at all. > > Now, I'm running in a conceptual issue (and maybe is also unrelated to > DP). > > Why I cannot get the members of a proxy (interface with target) > thought reflection? > > for instance: > - proxy.GetType.GetMethods(...) > > > > > On 14 ago, 08:36, Krzysztof Koźmic <[email protected]> wrote: > >> fw? >> >> why do you need to replace them, if by virtue of being inheritable >> they're accessible on your proxy? >> >> >> >> JoseFR wrote: >> >>> I need to replica attributes of a another fw in the proxy, that are >>> "Inherited = True". =( >>> >>> On 14 ago, 03:09, Krzysztof Koźmic <[email protected]> wrote: >>> >>>> no, there is none. >>>> >>>> Why would you want to do that? >>>> >>>> JoseFR wrote: >>>> >>>>> it is possible with the current implementation to add a custom >>>>> attribute to a method? There is some extension point to do this? >>>>> >>>>> Thanks in advance >>>>> > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
