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

相关文章:

  • 2022-12-23
  • 2021-07-04
  • 2021-11-28
  • 2022-03-04
  • 2021-07-24
  • 2022-02-25
  • 2022-12-23
  • 2021-11-03
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2022-12-23
  • 2021-05-25
  • 2022-12-23
相关资源
相似解决方案