Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 951 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 951 Bytes

ThrowStrings

ThrowStrings is sample solution that demonstrates that .NET CLR allows also throwing of other types and not only exceptions. Solution contains two examples:

  1. Pure IL - sample code in pure IL that is built using ilasm.exe
  2. ThrowStrings solution - Visual Studio project with some parts written in IL

For Visual Studio solution IL Support extension from Visual Studio marketplace is needed.

Support materials

ThrowStrings solution is based on these writings by me:

Warning

All code here is experimental.