设置 Windows 进程“注释”通过.Net?

发布于 2024-09-18 01:53:54 字数 153 浏览 7 评论 0原文

当通过 Microsoft/Sysinternal 的 Process Explorer 查看我的 Windows 任务时,我可以查看/修改进程的“注释”属性。是否可以在 .Net 应用程序中以某种方式从进程本身内部以编程方式设置此属性,或者是 Process Explorer 特定的东西?

When looking at my Windows tasks via Microsoft's/Sysinternal's Process Explorer I can see/modify a process's 'Comment' attribute. Is it possible to set this attribute programmatically from within the process itself somehow in a .Net application or this something specific to Process Explorer?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

や三分注定 2024-09-25 01:54:00

此功能是 Process Explorer 特有的;基本上,它允许您用某些东西标记流程,以便您可以跟踪正在发生的事情。来自 Process Explorer 帮助文件:

在“注释”字段中输入流程的注释。注释在流程视图的“注释”列中可见,或者如果您没有选择注释列,则在将鼠标悬停在流程上时显示的工具提示中可见。注释适用于具有相同路径的所有进程,并且从执行到执行都会被记住。

This feature is specific to Process Explorer; basically it allows you to tag a process with something so you can keep track of what is going on. From the Process Explorer help file:

Enter a comment for a process in the Comment field. Comments are visible in the process view in the Comment column, or if you do not have the comment column selected, in the tool tip that displays when you hover the mouse over a process. Comments apply to all processes with the same path and are remembered from execution to execution.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文