DkmManagedModuleUpdate.ModuleId Property

Definition

Module version Identifier which the managed update was applied. This uniquely identifies the symbol file. For Microsoft C++ or Microsoft .NET Framework binaries, this is a unique value which is embedded in an exe/dll by linkers/compilers when the dll/exe is built. A new value is generated each time that the dll/exe is compiled.

This API was introduced in Visual Studio 16 Update 3 (DkmApiVersion.VS16Update3).

public:
 property Guid ModuleId { Guid get(); };
public Guid ModuleId { get; }
member this.ModuleId : Guid
Public ReadOnly Property ModuleId As Guid

Property Value

Applies to