# Launcher for .NET Application ### Usage ``` dotnet-launcher [options...] [args...] ``` #### options * --version print version and exit. * --standalone [assembly path] Run assembly with the current user environment. ---- ### Anatomy ``` +----------------------------------------------------+ | Tizen.Runtime.Mono.dll | Tizen.Runtime.Coreclr.dll | +-----------+------------------------+---------------+ | | libmono.so | | libcoreclr.so | | +------------+ +---------------+ | Mono Native Launcher | CoreClr Native Launcher | +------------------------+---------------------------+ | Dotnet launcher | +----------------------------------------------------+ ```