摘要:
C#读写锁ReaderWriterLockSlim的使用 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using Syste 阅读全文
摘要:
转载 略谈GCHandle C# - Marshal.StructureToPtr方法简介 Marshal类 两个方法StructureToPtr和PtrToStructure实现序列化 字节 数组 转换 using System; using System.Collections.Generic; 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tas 阅读全文