DkmModule.CompilerId Property

Definition

LanguageId/VendorId for the compiler which produced all of the code in this module. This is Guid.Empty/Guid.Empty if the module may contain a mixture of languages. This will almost always be Guid.Empty/Guid.Empty for PDB-based modules. It generally used by dynamic languages to avoid network round trips to discover the language of each symbol.

public:
 property Microsoft::VisualStudio::Debugger::Evaluation::DkmCompilerId CompilerId { Microsoft::VisualStudio::Debugger::Evaluation::DkmCompilerId get(); };
public Microsoft.VisualStudio.Debugger.Evaluation.DkmCompilerId CompilerId { get; }
member this.CompilerId : Microsoft.VisualStudio.Debugger.Evaluation.DkmCompilerId
Public ReadOnly Property CompilerId As DkmCompilerId

Property Value

Returns DkmCompilerId.

Applies to