|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
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. More...
Static Public Member Functions | |
| static void | AddProcess (Process 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. | |
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.
References: https://stackoverflow.com/a/4657392/386091 https://stackoverflow.com/a/9164742/386091
Definition at line 15 of file WindowsChildProcessTracker.cs.
|
static |
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.
| process |
Definition at line 76 of file WindowsChildProcessTracker.cs.