Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 471 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 471 Bytes

Windows Task Manager Clone App

This .NET console app imitates the Windows Task Manager Details tab.

The following values (in kilobytes) are displayed for each running process:

  1. Name
  2. PID
  3. Working set (memory)
  4. Memory (private working set)
  5. Commit size

WMI classes used: