[Mono-dev] Mono.Unix Process helpppp !!!

2008-10-31 Thread Mesut Özkan
hi friends...i use mono develop and i can create a unix ( solaris )program this program should list Unix Process... which reference should i use ? which method should i use ? i did this program in Windows C# how can i do this program GTK# for Unix ? my C# Code this // using System

[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 ??? my