DkmSourceFileHash.Create Method
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.
Creates a new DkmSourceFileHash object.
This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).
public:
static Microsoft::VisualStudio::Debugger::Symbols::DkmSourceFileHash ^ Create(Microsoft::VisualStudio::Debugger::Symbols::DkmHashAlgorithmId Algorithm, System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ Value);
public static Microsoft.VisualStudio.Debugger.Symbols.DkmSourceFileHash Create (Microsoft.VisualStudio.Debugger.Symbols.DkmHashAlgorithmId Algorithm, System.Collections.ObjectModel.ReadOnlyCollection<byte> Value);
static member Create : Microsoft.VisualStudio.Debugger.Symbols.DkmHashAlgorithmId * System.Collections.ObjectModel.ReadOnlyCollection<byte> -> Microsoft.VisualStudio.Debugger.Symbols.DkmSourceFileHash
Public Shared Function Create (Algorithm As DkmHashAlgorithmId, Value As ReadOnlyCollection(Of Byte)) As DkmSourceFileHash
Parameters
- Algorithm
- DkmHashAlgorithmId
[In] The hash algorithm used to calculate this hash value.
- Value
- ReadOnlyCollection<Byte>
[In] Array of the calculated hash bytes.
Returns
[Out] Result of this method call.