Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions xml/System.Reflection.PortableExecutable/CoffHeader.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</Base>
<Interfaces />
<Docs>
<summary>To be added.</summary>
<summary>Represents the header of a COFF file.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
Expand All @@ -44,8 +44,8 @@
<ReturnType>System.Reflection.PortableExecutable.Characteristics</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>Gets the flags that indicate the attributes of the file.</summary>
<value>The flags that indicate the attributes of the file.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand All @@ -70,8 +70,8 @@
<ReturnType>System.Reflection.PortableExecutable.Machine</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>Gets the type of the target machine.</summary>
<value>The type of the target machine.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand All @@ -96,8 +96,8 @@
<ReturnType>System.Int16</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>Gets the number of sections. This indicates the size of the section table, which immediately follows the headers.</summary>
<value>The number of sections.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand All @@ -122,9 +122,9 @@
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>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.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<remarks>The number of entries in the symbol table.</remarks>
</Docs>
</Member>
<Member MemberName="PointerToSymbolTable">
Expand All @@ -148,8 +148,8 @@
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>Gets the file pointer to the COFF symbol table.</summary>
<value>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.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand All @@ -174,8 +174,8 @@
<ReturnType>System.Int16</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>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.</summary>
<value>The size of the optional header.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand All @@ -200,8 +200,8 @@
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>Gets a value that indicates when the file was created.</summary>
<value>The low 32 bits of the number of seconds since 00:00 January 1, 1970, which indicates when the file was created.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down