靜態織入,如:PostSharp(收費)
動態織入
1、使用Castle DynamicProxy
不太方便的是需要在AOP的方法上加上virual關鍵字,配置較繁瑣
https://blog.csdn.net/liming850628/article/details/50990866
https://blog.csdn.net/jurson99/article/details/49992417
2、使用微軟的RealProxy動態代理實現
https://msdn.microsoft.com/zh-cn/library/dn574804.aspx
3、使用Unity實現
關於代理模式與裝飾器模式:
http://www.cnblogs.com/farb/p/AopImplementationTypes.html