摘要: C#读写锁ReaderWriterLockSlim的使用 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using Syste 阅读全文
posted @ 2021-02-19 14:41 WellMandala 阅读(537) 评论(0) 推荐(0) 编辑
摘要: 转载 略谈GCHandle C# - Marshal.StructureToPtr方法简介 Marshal类 两个方法StructureToPtr和PtrToStructure实现序列化 字节 数组 转换 using System; using System.Collections.Generic; 阅读全文
posted @ 2021-02-19 10:10 WellMandala 阅读(1955) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tas 阅读全文
posted @ 2021-02-19 09:25 WellMandala 阅读(1148) 评论(0) 推荐(0) 编辑