Using running process to determine mono exe path on windows
authorHenric Müller <hemuller@microsoft.com>
Wed, 7 Sep 2016 12:49:10 +0000 (14:49 +0200)
committerHenric Müller <hemuller@microsoft.com>
Wed, 7 Sep 2016 12:49:10 +0000 (14:49 +0200)
commit67cdb994067c13b3fabf40c50029e18ac5351d37
tree99dc5cd0ed509e202e1195de2b4fa3e96c6a0289
parent1fd62ac204c8294e9915d63a1575813ba5468090
Using running process to determine mono exe path on windows

Extracting mono, mcs, vbnc, al and gac path lookup to a common class.
On windows we now also check the running process to try to determine
the mono.exe.
mcs/class/System.Web/System.Web.Compilation/AppResourcesAssemblyBuilder.cs
mcs/class/System.Web/System.Web.dll.sources
mcs/class/System.Windows.Forms/System.Windows.Forms.dll.sources
mcs/class/System.Windows.Forms/System.Windows.Forms/Application.cs
mcs/class/System/Microsoft.CSharp/CSharpCodeCompiler.cs
mcs/class/System/Microsoft.VisualBasic/VBCodeCompiler.cs
mcs/class/System/System.dll.sources
mcs/class/System/System/MonoExeLocator.cs [new file with mode: 0755]