diff --git a/xml/System.Reflection.PortableExecutable/CorHeader.xml b/xml/System.Reflection.PortableExecutable/CorHeader.xml index 38ef6e2e62a..0a75e32a8e8 100644 --- a/xml/System.Reflection.PortableExecutable/CorHeader.xml +++ b/xml/System.Reflection.PortableExecutable/CorHeader.xml @@ -24,8 +24,15 @@ - To be added. - To be added. + Represents the Common Language Infrastructure (CLI) header of the .NET executable image. + + property to get the CLI header. + + ]]> + @@ -54,8 +61,8 @@ System.Reflection.PortableExecutable.DirectoryEntry - To be added. - To be added. + Gets the Code Manager Table entry. + The Code Manager Table entry. To be added. @@ -85,8 +92,8 @@ System.Int32 - To be added. - To be added. + Gets the metadata token of the entry point method of this image. + The metadata token of the entry point method. To be added. @@ -116,8 +123,8 @@ System.Reflection.PortableExecutable.DirectoryEntry - To be added. - To be added. + Gets the Export Address Table Jumps entry. + The Export Address Table Jumps entry. To be added. @@ -147,8 +154,8 @@ System.Reflection.PortableExecutable.CorFlags - To be added. - To be added. + Gets the runtime flags for this image. + A bitwise combination of runtime flags. To be added. @@ -178,8 +185,8 @@ System.UInt16 - To be added. - To be added. + Gets the major part of the runtime version required to load this image. + The major part of the runtime version To be added. @@ -209,8 +216,8 @@ System.Reflection.PortableExecutable.DirectoryEntry - To be added. - To be added. + Gets the Managed Native Header entry. + The Managed Native Header entry. To be added. @@ -240,9 +247,17 @@ System.Reflection.PortableExecutable.DirectoryEntry - To be added. - To be added. - To be added. + Gets the Metadata entry. + The Metadata entry. + + + @@ -271,8 +286,8 @@ System.UInt16 - To be added. - To be added. + Gets the minor part of the runtime version required to load this image. + The minor part of the runtime version. To be added. @@ -302,8 +317,8 @@ System.Reflection.PortableExecutable.DirectoryEntry - To be added. - To be added. + Gets the Resources entry. + The Resources entry. To be added. @@ -333,9 +348,17 @@ System.Reflection.PortableExecutable.DirectoryEntry - To be added. - To be added. - To be added. + Gets the Strong Name Signature entry. + The Strong Name Signature entry. + + + @@ -364,8 +387,8 @@ System.Reflection.PortableExecutable.DirectoryEntry - To be added. - To be added. + Gets the VTable Fixups entry. + The VTable Fixups entry. To be added. diff --git a/xml/System.Reflection.PortableExecutable/DirectoryEntry.xml b/xml/System.Reflection.PortableExecutable/DirectoryEntry.xml index ea01b604c55..3ee2c150da5 100644 --- a/xml/System.Reflection.PortableExecutable/DirectoryEntry.xml +++ b/xml/System.Reflection.PortableExecutable/DirectoryEntry.xml @@ -31,7 +31,7 @@ - To be added. + Represents a directory entry in the Portable Executable (PE) image. To be added. @@ -61,9 +61,9 @@ - To be added. - To be added. - To be added. + The Relative Virtual Address of the entry. + The size of the entry, in bytes. + Instantiates a new instance of the structure. To be added. @@ -93,7 +93,7 @@ System.Int32 - To be added. + Specifies the address of the entry relative to the base address of the image. To be added. @@ -123,7 +123,7 @@ System.Int32 - To be added. + Specifies the size of the entry, in bytes. To be added. diff --git a/xml/System.Reflection.PortableExecutable/PEMemoryBlock.xml b/xml/System.Reflection.PortableExecutable/PEMemoryBlock.xml index e18cbe5d354..f7579bc4e2e 100644 --- a/xml/System.Reflection.PortableExecutable/PEMemoryBlock.xml +++ b/xml/System.Reflection.PortableExecutable/PEMemoryBlock.xml @@ -31,7 +31,7 @@ - To be added. + Represents a block of memory in the Portable Executable (PE) image. To be added.