Click here to Skip to main content
15,894,646 members
Articles / Programming Languages / C#

Solving Problems of Monitoring Standard Output and Error Streams of a Running Process

Rate me:
Please Sign up or sign in to vote.
4.91/5 (26 votes)
17 Mar 2011CPOL6 min read 97.1K   4.6K   47  
Introduces a class to help solve several problems of reading standard output/input of a running process.
using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("www.codeproject.com : Solving Problems of Monitoring Standard Output and Error Streams Of A Running Process by Curt C.")]
[assembly: AssemblyDescription("www.codeproject.com : Solving Problems of Monitoring Standard Output and Error Streams Of A Running Process by Curt C.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("www.codeproject.com : Solving Problems of Monitoring Standard Output and Error Streams Of A Running Process by Curt C.")]
[assembly: AssemblyProduct("www.codeproject.com : Solving Problems of Monitoring Standard Output and Error Streams Of A Running Process by Curt C.")]
[assembly: AssemblyCopyright("Code Project Open License (CPOL) 1.02")]
[assembly: AssemblyTrademark("www.codeproject.com : Solving Problems of Monitoring Standard Output and Error Streams Of A Running Process by Curt C.")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("553a2e8b-44a4-4f0e-a370-ecfe315a6ad4")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
Senior Software Developer with background history in developing software for both Unix and Windows based systems using a variety of languages and technologies, including: C#, C++, C, and Java.

Comments and Discussions