Re: how to forcfully kill a running process by executable name with a .net application?
- From: "Henning Krause [MVP]" <newsgroups.remove@xxxxxxxxxxxxxxxxx>
- Date: Fri, 24 Feb 2006 20:18:56 +0100
Hello,
try
Processs[] x = Process.GetProcessesByName(name);
foreach (Process p in x) p.Kill();
Greetings,
Henning Krause
"Daniel" <softwareengineer98037@xxxxxxxxx> wrote in message
news:%23NwKxUXOGHA.2624@xxxxxxxxxxxxxxxxxxxxxxx
how to forcfully kill a running process by executable name with a .net
application?
.
- Prev by Date: Restricting Dot Net Access on a hosted server
- Next by Date: Re: Remote file access while impersonating with NTLM
- Previous by thread: Restricting Dot Net Access on a hosted server
- Next by thread: Usernametoken can't beused inweb services that are invoked bywebcl
- Index(es):