dotnet / dotnet-api-docs

.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
https://docs.microsoft.com/dotnet/api/
Other
736 stars 1.57k forks source link

Properties of the PEHeader class are only partially documented #4999

Open Dewera opened 4 years ago

Dewera commented 4 years ago

There are various properties of the PEHeader class which are not documented. Most of these are various data directories, however, DllCharacteristics doesn't seem to be documented either.

Dewera commented 4 years ago

In fact upon further inspection it appears large parts of the System.Reflection.PortableExecutable namespace are undocumented. For example much of the ManagedPEBuilder class. Is it worth opening a new issue for this namespace?