C#指针操作Marshal实例 static void Main(string[] args) { byte[] a = new byte[]{0,0,0,0}; byte[] b = new byte[] {1,2,3,4}; I … 继续阅读 C#指针操作Marshal实例