摘要: using System.Runtime.InteropServices;[DllImport("mydll.DLL", SetLastError = true)]//引用组件private static extern bool MyModel(string myparents);//声明要调用的方法,extern 必须加上private static test(){MYModel("");//调用 } 阅读全文
posted @ 2012-04-13 13:42 HTL 阅读(210) 评论(0) 推荐(0) 编辑
htl