Fs.Processes is a library providing extended support for Windows CreateProcess and JobObject APIs.
This library provides greater coverage of the Windows CreateProcess function than the stock System.Diagnostics.Process class and class wrappers for the Windows Job Object API.
Fs.Processes is not meant as a complete replacement for the System.Diagnostics.Process
class. The library does not provide process management functions, such as the ability to
enumerate or open existing processes.
For API documentation, visit https://williamb1024.github.io/fs-processes/