共用方式為


DkmModuleId.Mvid Field

Definition

Module version Identifier from the symbol file. 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.

public: initonly Guid Mvid;
public readonly Guid Mvid;
val mutable Mvid : Guid
Public ReadOnly Mvid As Guid 

Field Value

Applies to