Performance improvements and code cleanup

This commit is contained in:
Stone_Red
2026-03-05 22:39:05 +01:00
parent 4bcaf30d9e
commit 13ef994d8b
15 changed files with 488 additions and 404 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ internal delegate void UserCallBack(string data);
/// <see cref="FixedProcess"/> flushes whatever is in the read buffer immediately, enabling real-time
/// output forwarding for interactive child processes.
/// </summary>
public class FixedProcess : Process
internal class FixedProcess : Process
{
public new event DataReceivedEventHandler OutputDataReceived;