Class ChildProcessTracker
Allows processes to be automatically killed if this parent process unexpectedly quits. This feature requires Windows 8 or greater. On Windows 7, nothing is done.
public static class ChildProcessTracker
- Inheritance
-
ChildProcessTracker
Remarks
Methods
- AddProcess(Process)
Add the process to be tracked. If our current process is killed, the child processes that we are tracking will be automatically killed, too. If the child process terminates first, that's fine, too.