博客园 首页 新随笔 联系 管理 订阅
Assembly ass = Assembly.LoadFile(path); GuidAttribute[] grids = (GuidAttribute[])ass.GetCustomAttributes(typeof(GuidAttribute), false); if (grids.Length > 0) { Guid gudi = new Guid(grids[0].Value);
Debug.WriteLine(gudi); }
posted @ 2009-02-27 15:45 Leonny 阅读(767) 评论(0) 收藏 举报
刷新页面返回顶部
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。