C# - 我如何能得到所有者的名称为互斥 [英] C# - how can I get owner's name for a Mutex

查看:131
本文介绍了C# - 我如何能得到所有者的名称为互斥的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有2个应用程序之间共享互斥。
我想创建一个管理控制台,显示互斥体的当前所有者的名称。



我怎样才能得到当前拥有互斥体的应用程序的名称<? / p>

解决方案

我不相信这是可能在用户模式下的水平。您必须安装驱动程序或内核插件,以获得这些信息。



这几乎就像问哪些进程打开此文件?


同样的问题

I have a shared mutex between 2 applications. I want to create an administration console that shows the current owner's name of the mutex.

How can I get the application name that currently owns the Mutex?

解决方案

I do not believe this is possible at the user mode level. You will have to install a driver or kernel plugin in order to get this information.

It's almost the same question as asking "what process opened this file"?

这篇关于C# - 我如何能得到所有者的名称为互斥的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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