Share via


DkmEngineSettings.GetLanguage(DkmCompilerId) Method

Definition

Returns the DkmLanguage object which matches the given compiler id. If the language is unknown (not registered with the engine), then this method will return the default language object.

public:
 Microsoft::VisualStudio::Debugger::Evaluation::DkmLanguage ^ GetLanguage(Microsoft::VisualStudio::Debugger::Evaluation::DkmCompilerId CompilerId);
public Microsoft.VisualStudio.Debugger.Evaluation.DkmLanguage GetLanguage (Microsoft.VisualStudio.Debugger.Evaluation.DkmCompilerId CompilerId);
member this.GetLanguage : Microsoft.VisualStudio.Debugger.Evaluation.DkmCompilerId -> Microsoft.VisualStudio.Debugger.Evaluation.DkmLanguage
Public Function GetLanguage (CompilerId As DkmCompilerId) As DkmLanguage

Parameters

CompilerId
DkmCompilerId

[In] LanguageId/VendorId search key. Both values may be Guid.Empty to obtain the default language. Otherwise the vendor id must be non-zero or the default language object will be returned.

Returns

[Out] Describes a programming language.

Applies to