[Mono-osx] Is there a way to launch an appp bundle from c# (ubder mono)
Mephisto
shmayev at gmail.com
Wed Sep 29 17:58:47 EDT 2010
I have an app bundle that works perfectly.
I got stuck trying to launch it from the c# code.
Is it possible? (Simply to launch)
For instance:
Let it be a notepad for windows.
In C# we have for .exe we have:
Process notePad = new Process();
notePad.StartInfo.FileName = "notepad.exe";
notePad.StartInfo.Arguments = "ProcessStart.cs";
notePad.Start();
Niw I need the same thinks only for notepad app....
Thanks.
--
View this message in context: http://mono.1490590.n4.nabble.com/Is-there-a-way-to-launch-an-appp-bundle-from-c-ubder-mono-tp2719873p2719873.html
Sent from the Mono - OSX mailing list archive at Nabble.com.
More information about the Mono-osx
mailing list