C# Mutex判定进程是否启动
摘要:System.Threading.Mutex mutex;//注意,此变量要定义为成员变量,而不是局部变量 bool CheckMultiInstance() { bool createdNew = true; mutex = new System.Threading.Mutex(true, "_T
阅读全文
posted @ 2023-08-30 17:23
posted @ 2023-08-30 17:23
posted @ 2023-08-23 15:48