0.6.0
Adds Proc.StartRedirected
which unlike Proc.Start
won't capture and hold onto all console out written lines by default. Furthermore it exposes a console out handler that is line based where as Proc.Start
is characterbased.
Adds Proc.StartRedirected
which unlike Proc.Start
won't capture and hold onto all console out written lines by default. Furthermore it exposes a console out handler that is line based where as Proc.Start
is characterbased.