码迷,mamicode.com
首页 > 编程语言 > 详细

c++中指针类型在c#中怎么对应?

时间:2014-10-07 22:51:14      阅读:227      评论:0      收藏:0      [点我收藏+]

标签:ar   sp   div   c   on   r   ad   line   new   

int[] a=new int[5];
//取a[3]的地址
IntPtr addr=System.Runtime.InteropServices.Marshal.UnsafeAddrOfPinnedArrayElement(a,3)

c++中指针类型在c#中怎么对应?

标签:ar   sp   div   c   on   r   ad   line   new   

原文地址:http://www.cnblogs.com/zhaoxinshanwei/p/4009787.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!