代码: using System; using System.Collections.Generic; using System.Diagnostics; using System.Threading; using System.IO; using System.Text; using System.Management; using System.Runtime.InteropServices; namespace Lemony.SystemInfo { /// /// 系统信息类 - 获取C
package test; import java.util.HashMap; import java.util.Map; public class TestMemory { public static void main(String[] args) { System.gc(); long total = Runtime.getRuntime().totalMemory(); // byte long m1 = Runtime.getRuntime().freeMemory(); System