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
Copy file name to clipboardExpand all lines: xml/System.Reflection.PortableExecutable/PdbChecksumDebugDirectoryData.xml
+23-7Lines changed: 23 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,16 @@
20
20
</Attribute>
21
21
</Attributes>
22
22
<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
+
<formattype="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>
25
33
</Docs>
26
34
<Members>
27
35
<MemberMemberName="AlgorithmName">
@@ -41,9 +49,17 @@
41
49
<ReturnType>System.String</ReturnType>
42
50
</ReturnValue>
43
51
<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>
0 commit comments