Hi, I am planning to use some objects generated by a factory. These objects will be dynamic proxies for the actual objects. In the proxy i will implement an authorization code for checking if the user has the rights to execute. For the authentication module to be pluggable I have to find out which method is called, rather than write it explicitly in every function. As far as I crawled Reflection namespace there is no way for it. Am i wrong? Am I on the right track or completely offroad?
Thanks =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
