Fs.Processes Library
The Fs.Processes library provides a set of .NET class wrappers for the Windows CreateProcess and Windows Job Objects APIs. The goal of this library is to provide comprehensive coverage of the CreateProcess API. The library is not intended to replace the System.Diagnostics.Process
class.
Where to Go From Here
Jump into the Getting Started documentation for general usage of the library.
If you're ready to dive into the API surface, head over to the Api Documentation or just directly to the Process or JobObject class documentation.