DkmStackFrame.CompilerId Property

Definition

LanguageId/VendorId for the compiler which produced the code for this stack frame. If this is unknown (ex: no symbols loaded for this module), both values will be Guid.Empty. Otherwise, both values should be non-zero.

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