Monday, 26 August 2013

Intercepting method calls in C# using Proxies

Intercepting method calls in C# using Proxies References Reference NO 1 http://stackoverflow.com/questions/13659185/intercepting-method-calls-in-c-sharp-using-proxies Reference NO 2 http://stackoverflow.com/questions/11763166/how-to-intercept-a-call-to-a-nonvirtual-method-from-to-thirdy-party-libraries-in Reference NO 3 http://msdn.microsoft.com/en-us/library/ff660861(v=pandp.20).aspx Reference NO 4 http://www.codeproject.com/Articles/8436/Intercepting-method-calls-in-C-an-approach-to-AOSD Reference NO 5 http://weblogs.asp.net/mehfuzh/archive/2010/01/23/a-basic-proxy-for-intercepting-method-calls-part-2.aspx Reference NO 6 http://www.progware.org/Blog/post/Interception-and-Interceptors-in-C-(Aspect-oriented-programming).aspx Reference NO 7 http://whereslou.com/2010/03/25/virtual-methodproperty-patching-with-c-dynamic-and-castle-dynamicproxy Reference NO 8 http://blog.andreloker.de/post/2009/02/14/Simple-AOP-call-interception-with-DynamicProxy.aspx

No comments:

Post a Comment