https://bugzilla.novell.com/show_bug.cgi?id=396179
Summary: System.Diagnostics.Process.GetProcesses() returns
incorrectly
Product: Mono: Class Libraries
Version: unspecified
Platform: Other
OS/Version: Ubuntu
Status: NEW
Severity: Normal
Priority: P5 - None
Component: System
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
QAContact: [email protected]
Found By: ---
-----
Code:
-----
namespace MonoTests
{
public class ProcTest
{
static void Main (string[] args)
{
Process[] list = Process.GetProcesses();
foreach (Process p in list)
Console.WriteLine(p.ProcessName);
}
}
}
-------
Output:
-------
mono
Tomboy
MonoDevelop
------
Notes:
------
* The behavior on Windows using the .NET Framework is to return all the
processes running on the current local system.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs