Table of Contents

Class ChildProcessTracker

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

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.