C# - how can I get owner's name for a Mutex

后端 未结 1 1792
囚心锁ツ
囚心锁ツ 2020-12-20 18:49

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 applica

相关标签:
1条回答
  • 2020-12-20 19:24

    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"?

    0 讨论(0)
提交回复
热议问题