Update README.md

This commit is contained in:
MattMo 2024-09-11 22:20:18 +00:00
parent 7a4475ca05
commit ec72d721a6

View File

@ -1,3 +1,3 @@
# Processes.Net
A managed wrapper around the Kernel32 CreateProcess function that gives the developer full control over how a process should be constructed to get around some Pipe issues when using Process.Start
A set of extensions and helpers for working with Processes on Windows.