By BlackWasp
via blackwasp.co.uk
Published: Nov 17 2012 / 06:05
.NET applications sometimes need to work with external processes. In some cases it is necessary to wait for those processes to generate results and exit before the .NET software continues executing. Waiting in this way is possible using the Process class.
Add your comment