Gripper

A web-scraping toolbox for .NET.

View on GitHub

Gripper.WebClient

Gripper.WebClient.Runtime

IChildProcessTracker Interface

Automatically kills all registered processes if the parent unexpectedly exits.
This feature requires Windows 8 or greater. On Windows 7, nothing is done.

public interface IChildProcessTracker

Derived
ChildProcessTracker

Remarks

References:
https://stackoverflow.com/a/4657392/386091,
https://stackoverflow.com/a/9164742/386091

Methods  
AddProcess(Process) Add the process to be tracked and killed if the parent unexpectedly terminates.