摘要: 在C#中可以通过Assembly来动态加载DLL,然后由它创建类型,接着通过类型的InvokeMember方法来调用DLL中类的方法以及属性。 为了方便说明一下的方法,先说明一下DLL的代码,大致如下: using System; namespace clsTestDll { /// /// Summary description for TestDll. /// ... 阅读全文
posted @ 2007-04-24 17:15 永不言败 阅读(864) 评论(1) 推荐(0) 编辑