看过很多文章介绍使用Remoting技术实现AOP。都必须使用ProxyAttribute属性 类来截获 new语句,当执行new语句时,会先执行ProxyAttribute的构造函数和CreateInstance方法。但是在内部是如何截获的?