1 # Launcher for .NET Application
6 dotnet-launcher [options...] [args...]
12 print version and exit.
14 * --standalone [assembly path]
15 Run assembly with the current user environment.
22 +----------------------------------------------------+
23 | Tizen.Runtime.Mono.dll | Tizen.Runtime.Coreclr.dll |
24 +-----------+------------------------+---------------+
25 | | libmono.so | | libcoreclr.so |
26 | +------------+ +---------------+
27 | Mono Native Launcher | CoreClr Native Launcher |
28 +------------------------+---------------------------+
30 +----------------------------------------------------+