[Mono-bugs] [Bug 30111][Wis] New - Process.GetProcesses is missing
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
10 Sep 2002 14:45:09 -0000
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 duncan@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=30111
--- shadow/30111 Tue Sep 10 10:45:09 2002
+++ shadow/30111.tmp.1212 Tue Sep 10 10:45:09 2002
@@ -0,0 +1,23 @@
+Bug#: 30111
+Product: Mono/Class Libraries
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: duncan@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Process.GetProcesses is missing
+
+Process.GetProcesses is missing. It's needed for running PrInfo.cs from the
+Quickstart tutorial.
+
+Right now, it returns 'null'. It might be better if it throws a
+NotImplementedException.