DkmClrModuleInstance.Mvid Property

Definition

Module Version Identifier from the loaded module. 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.

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

Property Value

Returns Guid.

Applies to