From 5d8db6f6202f2864e72b4cb2a0fa5bfe9a9e5c96 Mon Sep 17 00:00:00 2001 From: carlossanlop Date: Mon, 16 Sep 2019 11:45:01 -0700 Subject: [PATCH 1/2] Automatically port Reflection.PortableExecutable.CoffHeader --- .../CoffHeader.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/xml/System.Reflection.PortableExecutable/CoffHeader.xml b/xml/System.Reflection.PortableExecutable/CoffHeader.xml index a32b4b24aa3..52693b9673c 100644 --- a/xml/System.Reflection.PortableExecutable/CoffHeader.xml +++ b/xml/System.Reflection.PortableExecutable/CoffHeader.xml @@ -44,7 +44,7 @@ System.Reflection.PortableExecutable.Characteristics - To be added. + The flags that indicate the attributes of the file. To be added. To be added. @@ -70,7 +70,7 @@ System.Reflection.PortableExecutable.Machine - To be added. + The type of target machine. To be added. To be added. @@ -96,7 +96,7 @@ System.Int16 - To be added. + The number of sections. This indicates the size of the section table, which immediately follows the headers. To be added. To be added. @@ -122,7 +122,7 @@ System.Int32 - To be added. + The number of entries in the symbol table. This data can be used to locate the string table, which immediately follows the symbol table. This value should be zero for a PE image. To be added. To be added. @@ -148,7 +148,7 @@ System.Int32 - To be added. + The file pointer to the COFF symbol table, or zero if no COFF symbol table is present. This value should be zero for a PE image. To be added. To be added. @@ -174,7 +174,7 @@ System.Int16 - To be added. + The size of the optional header, which is required for executable files but not for object files. This value should be zero for an object file. To be added. To be added. @@ -200,7 +200,7 @@ System.Int32 - To be added. + The low 32 bits of the number of seconds since 00:00 January 1, 1970, that indicates when the file was created. To be added. To be added. From 34ce33428978783c2cb6a1dbaaecf33e5645a20e Mon Sep 17 00:00:00 2001 From: Ron Petrusha Date: Thu, 26 Sep 2019 14:50:14 -0700 Subject: [PATCH 2/2] Made direct edits. --- .../CoffHeader.xml | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/xml/System.Reflection.PortableExecutable/CoffHeader.xml b/xml/System.Reflection.PortableExecutable/CoffHeader.xml index 52693b9673c..feca081e06f 100644 --- a/xml/System.Reflection.PortableExecutable/CoffHeader.xml +++ b/xml/System.Reflection.PortableExecutable/CoffHeader.xml @@ -19,7 +19,7 @@ - To be added. + Represents the header of a COFF file. To be added. @@ -44,8 +44,8 @@ System.Reflection.PortableExecutable.Characteristics - The flags that indicate the attributes of the file. - To be added. + Gets the flags that indicate the attributes of the file. + The flags that indicate the attributes of the file. To be added. @@ -70,8 +70,8 @@ System.Reflection.PortableExecutable.Machine - The type of target machine. - To be added. + Gets the type of the target machine. + The type of the target machine. To be added. @@ -96,8 +96,8 @@ System.Int16 - The number of sections. This indicates the size of the section table, which immediately follows the headers. - To be added. + Gets the number of sections. This indicates the size of the section table, which immediately follows the headers. + The number of sections. To be added. @@ -122,9 +122,9 @@ System.Int32 - The number of entries in the symbol table. This data can be used to locate the string table, which immediately follows the symbol table. This value should be zero for a PE image. + Gets the number of entries in the symbol table. This data can be used to locate the string table, which immediately follows the symbol table. This value should be zero for a PE image. To be added. - To be added. + The number of entries in the symbol table. @@ -148,8 +148,8 @@ System.Int32 - The file pointer to the COFF symbol table, or zero if no COFF symbol table is present. This value should be zero for a PE image. - To be added. + Gets the file pointer to the COFF symbol table. + The file pointer to the COFF symbol table, or zero if no COFF symbol table is present. This value should be zero for a PE image. To be added. @@ -174,8 +174,8 @@ System.Int16 - The size of the optional header, which is required for executable files but not for object files. This value should be zero for an object file. - To be added. + Gets the size of the optional header, which is required for executable files but not for object files. This value should be zero for an object file. + The size of the optional header. To be added. @@ -200,8 +200,8 @@ System.Int32 - The low 32 bits of the number of seconds since 00:00 January 1, 1970, that indicates when the file was created. - To be added. + Gets a value that indicates when the file was created. + The low 32 bits of the number of seconds since 00:00 January 1, 1970, which indicates when the file was created. To be added.