DkmManagedModuleUpdate.ModuleId 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.
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