Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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