上传者: 38709379
|
上传时间: 2023-10-10 23:24:47
|
文件大小: 34KB
|
文件类型: PDF
本文实例讲述了C#简单读取主机上所有进程的方法。分享给大家供大家参考,具体如下:
#region 取得windows的所有进程
public static string GetCourse()
{
System.Text.StringBuilder sb = new System.Text.StringBuilder();
string tempName = "";
int begpos, endpos;
foreach (System.Diagnostics.Process thisProc in System.Diagnostics.Process.GetProcesse