Результаты поиска

  1. shod4n

    Simple C# code which checks for running app

    Amazing. That worked flawlessly, thanks a lot! Returns true or false.
  2. shod4n

    Simple C# code which checks for running app

    Hello everyone. I have a simple C# code which checks for running processes, e.g. notepad.exe. I would like to include it in my project and parse the result to a variable. The code outputs a boolean. Here it is: public static class ProcessHelpers { public static bool IsRunning (string name) =>...