JoshuaWierenga / EfiSharp

An Attempt at building at least some of C# corelib for EFI applications. Inspired by https://github.com/MichalStrehovsky/zerosharp to see if this possible.
MIT License
18 stars 4 forks source link

Include Improvements to CoreLib #23

Closed JoshuaWierenga closed 3 years ago

JoshuaWierenga commented 3 years ago

Includes more support for features in Object, Type, EETypePtr, Unsafe, String, Math, Integer Types, Boolean and Char. Additionally, there is some support for exceptions now.