会员
周边
捐助
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
hello world
我是刹那
博客园
首页
新随笔
联系
订阅
管理
2019年12月27日
IntPtr、Struct 相互转换
摘要: 一般写c#代码基本用不到 相互转换 只有调用c++中的dll动态库的时候才用的到 struct转intptr public static IntPtr StructToIntPtr<T>(T req) where T : struct { int size = Marshal.SizeOf(req)
阅读全文
posted @ 2019-12-27 16:05 我是刹那、
阅读(1525)
评论(0)
推荐(0)
编辑
公告