In my application, I started a process say chrome via the command`
Process.Start(@"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe");
Now I want to close this current process. What should I code so as to close just this chrome application.