会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
GC2013
博客园
::
首页
::
新随笔
::
联系
::
订阅
::
管理
公告
2014年12月25日
extern外部方法使用C#简单例子
摘要: 外部方法使用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)