PdbChecksumDebugDirectoryData 结构
定义
表示 PDB 校验和调试目录项。Represents a PDB Checksum debug directory entry.
public value class PdbChecksumDebugDirectoryData
public struct PdbChecksumDebugDirectoryData
type PdbChecksumDebugDirectoryData = struct
Public Structure PdbChecksumDebugDirectoryData
- 继承
注解
有关详细信息,请参阅https://github.com/dotnet/runtime/blob/master/docs/design/specs/PE-COFF.md#pdb-checksum-debug-directory-entry-type-19。For more information, see: https://github.com/dotnet/runtime/blob/master/docs/design/specs/PE-COFF.md#pdb-checksum-debug-directory-entry-type-19
属性
| AlgorithmName |
用于计算校验和的加密哈希算法的名称。The name of the crypto hash algorithm used to calculate the checksum. |
| Checksum |
PDB 内容的校验和。The checksum of the PDB content. |