You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: xml/System.Reflection.PortableExecutable/CodeViewDebugDirectoryData.xml
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,16 @@
23
23
</Attribute>
24
24
</Attributes>
25
25
<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
+
<formattype="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>
28
36
</Docs>
29
37
<Members>
30
38
<MemberMemberName="Age">
@@ -47,7 +55,7 @@
47
55
<ReturnType>System.Int32</ReturnType>
48
56
</ReturnValue>
49
57
<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>
51
59
<value>To be added.</value>
52
60
<remarks>To be added.</remarks>
53
61
</Docs>
@@ -72,7 +80,7 @@
72
80
<ReturnType>System.Guid</ReturnType>
73
81
</ReturnValue>
74
82
<Docs>
75
-
<summary>To be added.</summary>
83
+
<summary>The Globally Unique Identifier (GUID) of the associated PDB.</summary>
76
84
<value>To be added.</value>
77
85
<remarks>To be added.</remarks>
78
86
</Docs>
@@ -97,7 +105,7 @@
97
105
<ReturnType>System.String</ReturnType>
98
106
</ReturnValue>
99
107
<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>
0 commit comments