[Mono-list] Process in Mono different from .Net
madrang
j859 at hotmail.com
Sun Dec 19 00:37:48 EST 2010
Hi,
in windows this will leave Vlc open but under mono in linux Vlc will close
with the Program.
How can i force Linux to respect the windows behavior.
[code]
using System.Diagnostics;
using System.Threading;
class Program
{
static void Main(string[] args)
{
Process.Start("vlc");
Thread.Sleep(1000);
}
}
[/code]
--
View this message in context: http://mono.1490590.n4.nabble.com/Process-in-Mono-different-from-Net-tp3094257p3094257.html
Sent from the Mono - General mailing list archive at Nabble.com.
More information about the Mono-list
mailing list