This is a mirror of official site: http://jasper-net.blogspot.com/

Detecting Processes that are not Responding

| Monday, June 14, 2010
If you are developing software that monitors other programs or services, it can be useful to detect when a process has stopped responding to the user. This can easily be achieved using members of the .NET framework's Process class.

Process Class

The Process class can be found in the System namespace. This class provides a series of static and instance members that allow you to connect to running processes on the local machine or remote machines. Once connected, you can interrogate, start and stop those processes. The Process class can be used to determine whether a process is still responding or whether it has "hung". This is useful when you are developing software that monitors other processes, programs or services.

Read more: BlackWasp

Posted via email from .NET Info

0 comments: