[Mono-dev] System.Diagnostics.Process thoughts

2008-10-31 Thread Mesut Özkan
Hi... I have two problems one about unix process. I use GTK# unix programs so list of process and check each of process responding in using Mono.Unix reference i did this program in Windows C# using System.Diagnoctics reference how can i decode C# to GTK# - System.Diagnoctics to Mono.Unix ???

[Mono-dev] System.Diagnostics.Process thoughts

2007-04-24 Thread Jonathan Chambers
Hello, I've started an attempt at implementing some System.Diagnostics.Processfunctionality that is currently missing. Currently it has backends started for Windows and Linux. This is far from complete, but before I put any more effort it, I wanted to get some feedback (especially from Dick

Re: [Mono-dev] System.Diagnostics.Process thoughts

2007-04-24 Thread Miguel de Icaza
Hello, So, does this approach look acceptable? Should this code be in C in the runtime instead? My preference is to keep as much code as possible in C# to keep the runtime small. Miguel. ___ Mono-devel-list mailing list