Skip to content

Commit c00acbd

Browse files
carlossanlopRon Petrusha
authored andcommitted
Automatically port Reflection.PortableExecutable.CodeViewDebugDirectoryData (#3191)
* Automatically port Reflection.PortableExecutable.CodeViewDebugDirectoryData * suggestions by rpetrusha Co-Authored-By: Ron Petrusha <[email protected]> * Suggested type summary and remark by rpetrusha
1 parent 72635d2 commit c00acbd

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

xml/System.Reflection.PortableExecutable/CodeViewDebugDirectoryData.xml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,16 @@
2323
</Attribute>
2424
</Attributes>
2525
<Docs>
26-
<summary>To be added.</summary>
27-
<remarks>To be added.</remarks>
26+
<summary>Provides information about a Program Debug Database (PDB) file.</summary>
27+
<remarks>
28+
<format type="text/markdown"><![CDATA[
29+
30+
## Remarks
31+
32+
This structure is returned by a call to the <xref:System.Reflection.PortableExecutable.PEReader.ReadCodeViewDebugDirectoryData%2A?displayProperty=nameWithType> method.
33+
34+
]]></format>
35+
</remarks>
2836
</Docs>
2937
<Members>
3038
<Member MemberName="Age">
@@ -47,7 +55,7 @@
4755
<ReturnType>System.Int32</ReturnType>
4856
</ReturnValue>
4957
<Docs>
50-
<summary>To be added.</summary>
58+
<summary>The iteration of the PDB. The first iteration is 1. The iteration is incremented each time the PDB content is augmented.</summary>
5159
<value>To be added.</value>
5260
<remarks>To be added.</remarks>
5361
</Docs>
@@ -72,7 +80,7 @@
7280
<ReturnType>System.Guid</ReturnType>
7381
</ReturnValue>
7482
<Docs>
75-
<summary>To be added.</summary>
83+
<summary>The Globally Unique Identifier (GUID) of the associated PDB.</summary>
7684
<value>To be added.</value>
7785
<remarks>To be added.</remarks>
7886
</Docs>
@@ -97,7 +105,7 @@
97105
<ReturnType>System.String</ReturnType>
98106
</ReturnValue>
99107
<Docs>
100-
<summary>To be added.</summary>
108+
<summary>The path to the .pdb file that contains debug information for the PE/COFF file.</summary>
101109
<value>To be added.</value>
102110
<remarks>To be added.</remarks>
103111
</Docs>

0 commit comments

Comments
 (0)