至高吴上(Alfa.wu)

一个人,一生,能坚持做好一件事情是多么的牛XX啊!!!

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年6月18日

摘要: C# 动态装载 DLLLoadDllTool.cs 如下:using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices; // 用 DllImport 需用此 命名空间using System.Reflection; // 使用 Assembly 类需用此 命名空间using System.Reflection.Emit; // 使用 ILGenerator 需用此 命名空间namespace CallDephiDll{ public class L... 阅读全文
posted @ 2013-06-18 14:13 Alfa 阅读(903) 评论(0) 推荐(1)