[Mono-dev] a set of tests to find out the difference between .Net and Mono implementation (Mono-devel-list Digest, Vol 113, Issue 25)

Nikita Tsukanov keks9n at gmail.com
Tue Sep 16 13:19:47 UTC 2014


 >>If you really mean to execute an arbitrary file
(Process.Start("foo.xlsx") will open foo.xlsx in Excel, on Windows, for
example) then call "/usr/bin/xdg-open thing" - this is probably the most
useful use-case, and is also valid when thing is a URL, opening in the
default browser.
AFAIK, xdg-open is used by Mono implementation of Process.Start if
UseShellExecute=true (which is default). It's same on Windows -
CreateProcess doesn't start Excel, it returns you an error, while
ShellExecute does.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20140916/5e2d7c89/attachment.html>


More information about the Mono-devel-list mailing list