Fix unused native image in application. 53/104753/1
authorpius.lee <pius.lee@samsung.com>
Wed, 30 Nov 2016 09:22:11 +0000 (18:22 +0900)
committerJongHeon Choi <j-h.choi@samsung.com>
Wed, 14 Dec 2016 08:08:14 +0000 (17:08 +0900)
commitac952532bac864e145498a0cc724d84a67339ac0
tree3856bc71f6f834c4a99e2707cf286f53ce4947c4
parent0c867ba84c6495994b2ffb2c3149dae1ae6f5aa5
Fix unused native image in application.

Now launcher use Native image in application's bin, lib directory.
--native option is added to dotnet-launcher.
It must be use with --standalone.
--native launch dll without managed launcher.
But it can't launch ni.dll.

Change-Id: Icf0ab0e9330ec1e94db5440e517e76710f1d81e1
NativeLauncher/launcher/dotnet/dotnet_launcher.cc
NativeLauncher/launcher/main.cc
Tizen.Runtime/Tizen.Runtime.Coreclr/AssemblyManager.cs