DkmPdbFileId.Checksums Property
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.
[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; }
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)