Получи случайную криптовалюту за регистрацию!

If you run C# executable file multiple times, multiple process | C# 1001 notes

If you run C# executable file multiple times, multiple processes are created. If you want to have only one application process even if you launch multiple times, what can you use?
Anonymous Quiz
20%
Semaphore
42%
Mutex
11%
Critical Section
28%
C# lock