Check library extension more
[platform/core/dotnet/launcher.git] / README.md
1 # Launcher for .NET Application
2
3 ### Usage
4
5 ```
6 dotnet-launcher [options...] [args...]
7 ```
8
9 #### options
10
11 * --version  
12    print version and exit.
13
14 * --standalone [assembly path]  
15    Run assembly with the current user environment.
16
17 ----
18
19 ### Anatomy
20
21 ```
22 -----------------------------
23 |     Tizen.Init.dll        |
24 |     Dotnet.Launcher.dll   |
25 ------------+---------------+
26 |           | libcoreclr.so |
27 |           +---------------+
28 |  CoreClr Native Launcher  |
29 +---------------------------+
30 |      Dotnet launcher      |
31 +---------------------------+
32
33 ```