网站首页 站内搜索

搜索结果

查询Tags标签: PrivateMemorySize64,共有 2条记录
  • c#获取当前进程使用内存

    public static string GetMemory() { Process proc = Process.GetCurrentProcess(); long b = proc.PrivateMemorySize64; for (int i = 0; i < 2; i++) { b /= 1024; } ret…

    2021/12/6 7:21:18 人评论 次浏览
  • c#获取当前进程使用内存

    public static string GetMemory() { Process proc = Process.GetCurrentProcess(); long b = proc.PrivateMemorySize64; for (int i = 0; i < 2; i++) { b /= 1024; } ret…

    2021/12/6 7:21:18 人评论 次浏览
扫一扫关注最新编程教程