# 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.Init.dll | | Dotnet.Launcher.dll | ------------+---------------+ | | libcoreclr.so | | +---------------+ | CoreClr Native Launcher | +---------------------------+ | Dotnet launcher | +---------------------------+ ```