随笔分类 -  c#

摘要:``` [DllImport("user32.dll")] public static extern bool ReleaseCapture(); [DllImport("user32.dll")] public static extern bool SendMessage(IntPtr hwnd, int wMsg, int wPa... 阅读全文
posted @ 2017-08-02 18:12 idlewith 阅读(148) 评论(0) 推荐(0)
摘要:``` [DllImport("kernel32.dll", EntryPoint = "SetProcessWorkingSetSize")] public static extern int SetProcessWorkingSetSize(IntPtr process, int minSize, int maxSize); private ... 阅读全文
posted @ 2017-06-28 13:16 idlewith 阅读(236) 评论(0) 推荐(0)