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
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,16 @@
</Attribute>
</Attributes>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
<summary>Provides information about a Program Debug Database (PDB) file.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks

This structure is returned by a call to the <xref:System.Reflection.PortableExecutable.PEReader.ReadCodeViewDebugDirectoryData%2A?displayProperty=nameWithType> method.

]]></format>
</remarks>
</Docs>
<Members>
<Member MemberName="Age">
Expand All @@ -47,7 +55,7 @@
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>The iteration of the PDB. The first iteration is 1. The iteration is incremented each time the PDB content is augmented.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
Expand All @@ -72,7 +80,7 @@
<ReturnType>System.Guid</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>The Globally Unique Identifier (GUID) of the associated PDB.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
Expand All @@ -97,7 +105,7 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>The path to the .pdb file that contains debug information for the PE/COFF file.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down