From: hammett <ha...@uo...> - 2004-10-22 21:16:18
|
Hiya, > I'm coming at this from a completely naive perspective. I thought the > DynamicProxy was just building a subclass of the class we are > proxying. Yes, that's exactly what it does. > So I don't understand why "this.SomeProperty" would refer > to the base class instead of the proxy class if "SomeProperty" was > virtual and public/protected. I'll have to look at that some more. You mean: callvirt will be used. It should, good point, so I wonder why my test case failed. :-( Meanwhile we're working on a non-public repository. Let me know if you want to have access and I send you (privately) login and password. -- Cheers, hammett http://www.digitalcraftsmen.com.br/~hammett |