SyntaxFix
Write A Post
Hire A Developer
Questions
If you have the process ID (PID) you can kill this process as follow:
PID
Process processToKill = Process.GetProcessById(pid); processToKill.Kill();