2014年12月25日
摘要: 外部方法使用C#简单例子1、增加引用using System.Runtime.InteropServices;2、声明和实现的连接[DllImport("kernel32", SetLastError = true)]3、声明外部方法public static extern int GetCurre... 阅读全文
posted @ 2014-12-25 08:49 GC2013 阅读(2857) 评论(0) 推荐(2)