summaryrefslogtreecommitdiff
path: root/README.md
blob: e85863eb311d89c521f422bbbc71db94159d3e51 (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.dll     |
------------+---------------+
|           | libcoreclr.so |
|           +---------------+
|  CoreClr Native Launcher  |
+---------------------------+
|      Dotnet launcher      |
+---------------------------+

```