点击下载 Api_Win32_Mac.zip using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.InteropServices; namespace BaseFunction { class API { [DllImport("kernel32")]//内存 public static extern void GlobalM…
//来源:http://www.cnblogs.com/yuangang/p/5477324.html using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using System.Net; using System.Web; using System.Security.Cryptography; using System.Text.Regul…