summaryrefslogtreecommitdiff
path: root/README.md
blob: fc2c991be07cfcd9ee1e2f0a0652ad17d7e832c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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                   |
+----------------------------------------------------+

```