文件名称:getprocessid
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2014-09-11
- 文件大小:
- 9kb
- 下载次数:
- 0次
- 提 供 者:
- epu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
C#获取当前运行的进程,代码中引入的using System.Diagnostics 是要用到名称空间中的Process 类,本例将枚举windows当前正在运行的所有进程,并把这些进程信息显示在ListView列表中,这些进程信息主要是进程的ID,优先级,专用内存大小,启动时间并填入ListView控件中,程序利用进程名获取进程数组。-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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
获取系统当前的进程\App.ico
..................\AssemblyInfo.cs
..................\Form1.cs
..................\Form1.resx
..................\获取系统当前的进程.csproj
..................\获取系统当前的进程.csproj.user
..................\获取系统当前的进程.sln
..................\获取系统当前的进程.suo
获取系统当前的进程