DkmModuleId(Guid, Guid) Constructor

Definition

Initialize a new DkmModuleId value.

public:
 DkmModuleId(Guid Mvid, Guid SymbolProvider);
public DkmModuleId (Guid Mvid, Guid SymbolProvider);
new Microsoft.VisualStudio.Debugger.Symbols.DkmModuleId : Guid * Guid -> Microsoft.VisualStudio.Debugger.Symbols.DkmModuleId
Public Sub New (Mvid As Guid, SymbolProvider As Guid)

Parameters

Mvid
Guid

[In] 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.

SymbolProvider
Guid

[In] Identifies the symbol provider (and therefore symbol format) used to examine these symbols.

Applies to