【问题标题】:Get the memory usage of a process in windows in vb.net在vb.net中获取windows中进程的内存使用情况 【发布时间】:2012-02-11 08:51:06 【问题描述】: 有什么方法可以获取当前在 vb.net 的机器上运行的所有进程的内存使用情况? 【问题讨论】: 标签: vb.net windows memory-management process 【解决方案1】: 你会想要查看Performance Counters。 An Introduction to Performance Counters Changing and Retrieving Performance Counter Values 还有这个SO question(你必须转换成Vb.net) 【讨论】: