DkmPdbFileId.Checksums Property

Definition

[Optional] Any PDB Hashes that were found in Debug Directory entries of the PE file.

This API was introduced in Visual Studio 15 Update 9 (DkmApiVersion.VS15Update9).

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Symbols::DkmHashValue ^> ^ Checksums { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Symbols::DkmHashValue ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Symbols.DkmHashValue> Checksums { get; }
member this.Checksums : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Symbols.DkmHashValue>
Public ReadOnly Property Checksums As ReadOnlyCollection(Of DkmHashValue)

Property Value

Applies to