Open Pzixel opened 5 years ago
Thank you for creating the issue! One of our team members will get back to you shortly with additional information.
Hi @Pzixel -- thank you for your feedback! We'll have someone take a look and get back to you on this.
Link to article: https://docs.microsoft.com/en-us/windows/desktop/Debug/pe-format#optional-header-data-directories-image-only
Problem: The problem is that documentation names the second last field
CLR Runtime Header
However, if you look on ECMA335 which actually introduced this field it names it
CLI Header
(see link, page 280-281).I have a discussion in one project about how to name this field, and I'd like to have some consistent naming here. I'm up to using ECMA335 naming, but other guys think that documentation is more correct. Either way, it should be consistent across the documentation, so either should be ECMA updated (since C# 8.0 is coming, it won't be difficult to fix this if it's an error), or rather update this page (which I find more correct).