PdbChecksumDebugDirectoryData Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a PDB Checksum debug directory entry.
public value class PdbChecksumDebugDirectoryData
public readonly struct PdbChecksumDebugDirectoryData
type PdbChecksumDebugDirectoryData = struct
Public Structure PdbChecksumDebugDirectoryData
- Inheritance
Remarks
For more information, see: https://github.com/dotnet/runtime/blob/main/docs/design/specs/PE-COFF.md#pdb-checksum-debug-directory-entry-type-19
Properties
AlgorithmName |
The name of the crypto hash algorithm used to calculate the checksum. |
Checksum |
The checksum of the PDB content. |
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.