[Mono-osx] Strange Output
Geoff Norton
gnorton at novell.com
Fri Jun 6 19:12:09 EDT 2008
Vikram,
If you believe you have found a bug, please report it at
bugzilla.novell.com in the future. Its also very helpful to include
what output you would except. In this case however this is a known
limitation of the mono runtime.
-g
On Fri, 2008-06-06 at 14:56 -0700, Vikram Kone wrote:
> I use the following function to list all the processes running in my
> OS
>
>
>
> public static void ListAllRunningProcesses()
>
> {
>
> // Get all processes on local machine.
>
> Process[] runningProcs =
> Process.GetProcessesByName("firefox");
>
>
>
> foreach (Process p in runningProcs)
>
> {
>
>
>
> string info = string.Format("-> PID: {0}\tName:
> {1}\t",
>
> p.Id, p.ProcessName);
>
> Console.WriteLine(info);
>
> }
>
> Console.WriteLine("************************************
> \n");
>
> }
>
>
>
> -Vikram
>
>
>
>
> _______________________________________________
> Mono-osx mailing list
> Mono-osx at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-osx
More information about the Mono-osx
mailing list