https://bugzilla.novell.com/show_bug.cgi?id=333741#c2
--- Comment #2 from Dick Porter <[EMAIL PROTECTED]> 2007-11-02 09:12:44 MST ---
It works as requested for me with svn head:
:; cat 333741.cs
using System;
using System.Diagnostics;
public class foo {
public static void Main() {
Console.WriteLine ("ProcessName[" +
Process.GetCurrentProcess().ProcessName + "]");
}
}
:; mono 333741.exe
ProcessName[333741]
The process code has long tried to set a meaningful name for the process by
looking at the name of the executable assembly passed to mono.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs