当前进程名称 [英] current process name

查看:102
本文介绍了当前进程名称的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在C#中获取当前进程ID或名称不是系统所有者的名称?

在此先感谢

How can I get current process Id or name which its owner is not system in c#?

thanks in advance

推荐答案

如何查找: ^ ]


很简单,我敢肯定,简单的Google搜索会在这里节省我们俩的时间:

Quite simply, Im sure a simple Google search would have saved both of us time here:

Process currentProcess = Process.GetCurrentProcess();


这篇关于当前进程名称的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆