jbevain / cecil

Cecil is a library to inspect, modify and create .NET programs and libraries.
MIT License
2.76k stars 627 forks source link

Add `Unmanaged` calling convention #852

Closed Zastai closed 2 years ago

Zastai commented 2 years ago

Fixes jbevain/cecil#842.

Zastai commented 2 years ago

Would you take a version of the patch that adds XML doc comments to the enum? Would be really nice to work towards having the Cecil API documented, one step at a time.

jbevain commented 2 years ago

Thanks for the PR!