在 C# 应用程序中查找命名互斥锁 [英] Find named mutexes in an C# application

查看:60
本文介绍了在 C# 应用程序中查找命名互斥锁的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果我没有该应用程序的源代码,如何在正在运行的 C# 应用程序中找到命名的互斥锁?

How do I find the named mutexes in an running C# application, provided I do not have the source code of that application?

推荐答案

SysInternals 的 Process Explorer 实用程序可以列出进程正在使用的句柄;其中一些句柄可能被命名为互斥体,然后您可以对其进行检查.

The Process Explorer utility from SysInternals can list the handles in use by a process; some of those handles might be named mutexes, which you can then examine.

这篇关于在 C# 应用程序中查找命名互斥锁的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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