On Tue, 2007-05-29 at 13:57 +0530, ~ * ~ Srijith Unni ~ * ~ wrote: > Jon, I was just wondering whether Mono.Unix.Process is a specialized > class for processes running on Unix, and whether that was a better way > to interact with Unix processes. Thanks for the info.
It's a POSIX-specific way to interact with Unix processes, so it allows some functionality not present in S.D.Process (sending Signals, determining the signal that killed a process, etc.) and is somewhat more brain-damaged as well (no way to enumerate processes, the Wait*() methods only work for child processes, etc.). - Jon _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
