Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wieslawsoltes/ilscriptdemo
Define and run IL code directly from Avalonia UI Xaml.
https://github.com/wieslawsoltes/ilscriptdemo
avalonia avaloniaui msil scripting xaml
Last synced: 24 days ago
JSON representation
Define and run IL code directly from Avalonia UI Xaml.
- Host: GitHub
- URL: https://github.com/wieslawsoltes/ilscriptdemo
- Owner: wieslawsoltes
- License: agpl-3.0
- Archived: true
- Created: 2023-11-03T21:44:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-04T12:34:06.000Z (over 1 year ago)
- Last Synced: 2024-09-30T10:59:39.104Z (5 months ago)
- Topics: avalonia, avaloniaui, msil, scripting, xaml
- Language: C#
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ILScriptDemo
Define and run [Microsoft Intermediate Language (MSIL)](https://learn.microsoft.com/en-us/dotnet/api/system.reflection.emit.opcodes?view=net-7.0) code directly from Avalonia UI Xaml.
```xaml
```
### Supported OpCodes
- Ldstr
- Call
- Ret