摘要:
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... 阅读全文