private void KillProcess(string name) { RCProcess rcprocess = this._processCollection[name]; if (rcprocess != null) { rcprocess.Kill(); } }