[Mono-bugs] [Bug 51445][Nor] Changed - System.Diagnostics.Process.GetProcesses() Not Implemented Properly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 12 May 2004 20:40:08 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=51445
--- shadow/51445 2004-05-12 19:49:00.000000000 -0400
+++ shadow/51445.tmp.12214 2004-05-12 20:40:08.000000000 -0400
@@ -81,6 +81,9 @@
I looked at this and thought of using libproc on linux. The problem
might be the extra (and linux-only) dependency. Then I thought of
doing something that seemed weird (having the internal calls/io-layer
functions there + a plugin that overrides the defaults if available
for a given system), but this seemed a dare proposal (easy, though)
and I gave up.
+
+------- Additional Comments From miguel@ximian.com 2004-05-12 20:40 -------
+I would rather avoid more dependecies on external libraries.