[Mono-dev] QProcess alternative in mono
Michael Hutchinson
m.j.hutchinson at gmail.com
Fri May 5 16:32:31 EDT 2006
On 5/5/06, Michael L Torrie <torriem at chem.byu.edu> wrote:
> One thing QProcess does implement is the emission of Qt Signals that you
> can catch with slots to get notification as to when the process has
> started, when it's ready for standard in, when it has standard out
> available, and when the process ends. I don't know how something like
> that would be implemented in the framework of C#.
C# events...
In .NET 1.1 there's only an Exited event, but in .NET 2 there's also
OutputDataReceived and ErrorDataReceived.
More information about the Mono-devel-list
mailing list