Skip to content

Commit 60e1cf6

Browse files
carlossanlopRon Petrusha
authored andcommitted
Automatically port Reflection.PortableExecutable.PdbChecksumDebugDirectoryData (#3194)
* Automatically port Reflection.PortableExecutable.PdbChecksumDebugDirectoryData * addressed comments
1 parent c00acbd commit 60e1cf6

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

xml/System.Reflection.PortableExecutable/PdbChecksumDebugDirectoryData.xml

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,16 @@
2020
</Attribute>
2121
</Attributes>
2222
<Docs>
23-
<summary>To be added.</summary>
24-
<remarks>To be added.</remarks>
23+
<summary>Represents a PDB Checksum debug directory entry.</summary>
24+
<remarks>
25+
<format type="text/markdown"><![CDATA[
26+
27+
## Remarks
28+
29+
For more information, see: https://github.com/dotnet/corefx/blob/master/src/System.Reflection.Metadata/specs/PE-COFF.md#pdb-checksum-debug-directory-entry-type-19
30+
31+
]]></format>
32+
</remarks>
2533
</Docs>
2634
<Members>
2735
<Member MemberName="AlgorithmName">
@@ -41,9 +49,17 @@
4149
<ReturnType>System.String</ReturnType>
4250
</ReturnValue>
4351
<Docs>
44-
<summary>To be added.</summary>
45-
<value>To be added.</value>
46-
<remarks>To be added.</remarks>
52+
<summary>The name of the crypto hash algorithm used to calculate the checksum.</summary>
53+
<value>A string representing the name of the crypto hash algorithm used to calculate the checksum.</value>
54+
<remarks>
55+
<format type="text/markdown"><![CDATA[
56+
57+
## Remarks
58+
59+
For example: "SHA256".
60+
61+
]]></format>
62+
</remarks>
4763
</Docs>
4864
</Member>
4965
<Member MemberName="Checksum">
@@ -63,8 +79,8 @@
6379
<ReturnType>System.Collections.Immutable.ImmutableArray&lt;System.Byte&gt;</ReturnType>
6480
</ReturnValue>
6581
<Docs>
66-
<summary>To be added.</summary>
67-
<value>To be added.</value>
82+
<summary>The checksum of the PDB content.</summary>
83+
<value>An immutable array of bytes representing the checksum of the PDB content.</value>
6884
<remarks>To be added.</remarks>
6985
</Docs>
7086
</Member>

0 commit comments

Comments
 (0)