摘要: using System;using System.Collections.Generic;using System.Text;using System.Runtime.Remoting.Proxies;namespace Aop{ public class AopAttribute : ProxyAttribute { public override MarshalByRefObject CreateInstance(Type serverType) { AopProxy realProxy = new AopProxy(serv... 阅读全文
posted @ 2014-03-11 10:20 Byrd 阅读(424) 评论(0) 推荐(0) 编辑