摘要:
using System;using System.Text;using System.Runtime.InteropServices;namespace Kdt.CF.Utility{ public class Memory { static MEMORYSTATUS status = new MEMORYSTATUS(); #region P/V invoke private struct MEMORYSTATUS { public UInt32 dwLength; public... 阅读全文
posted @ 2012-07-19 11:27
xunmengzhi
阅读(189)
评论(0)
推荐(0)