Info
Version: | 2.0.3 |
Author(s): | PTrampert.ExeInvoke |
Last Update: | Sunday, February 26, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/PaulTrampert/PTrampert.ExeInvoke |
NuGet Url: | https://www.nuget.org/packages/PTrampert.ExeInvoke |
Install
Install-Package PTrampert.ExeInvoke
dotnet add package PTrampert.ExeInvoke
paket add PTrampert.ExeInvoke
PTrampert.ExeInvoke Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.0)
- System.Collections(>= 4.3.0)
- System.Diagnostics.Process(>= 4.3.0)
- System.IO(>= 4.3.0)
- System.Resources.ResourceManager(>= 4.3.0)
- System.Threading.Tasks(>= 4.3.0)
Tags
This library is not intended for use for monitoring long running processes, but rather for running command line applications that are sure to terminate in a reasonable amount of time and process their output safely.