陋室铭
永远也不要停下学习的脚步(大道至简至易)

摘要: 接口:namespace LibertyPortal.Main.IDAL{ public interface Interface1 { void www(); }} 调用 Assembly assembly = NewAssembly(); Interface1 www = assembly.CreateInstance("xml.tables.Test1") as Interface1;方法pu... 阅读全文
posted @ 2009-12-16 18:15 宏宇 阅读(497) 评论(0) 推荐(0) 编辑