Description: C# get the current running process, the code introduced using System.Diagnostics is to use the Process class namespace, in this case will enumerate all processes currently running windows, and these processes information is displayed in the ListView list these processes information primarily process ID, priority, dedicated memory size, start-up time and fill in the ListView control, the program uses the process name acquisition process arrays.
To Search:
File list (Check if you may need any files):
获取系统当前的进程\App.ico
..................\AssemblyInfo.cs
..................\Form1.cs
..................\Form1.resx
..................\获取系统当前的进程.csproj
..................\获取系统当前的进程.csproj.user
..................\获取系统当前的进程.sln
..................\获取系统当前的进程.suo
获取系统当前的进程