DkmEngineSettings.GetCodeViewCompilers 方法

定义

返回 DkmCodeViewCompilerId 值的枚举。 然后,符号提供程序可以使用此枚举将代码视图记录中的信息映射到 DkmCompilerId 结构。

public:
 cli::array <Microsoft::VisualStudio::Debugger::Symbols::DkmCodeViewCompilerId> ^ GetCodeViewCompilers();
std::Array <Microsoft::VisualStudio::Debugger::Symbols::DkmCodeViewCompilerId> GetCodeViewCompilers();
public Microsoft.VisualStudio.Debugger.Symbols.DkmCodeViewCompilerId[] GetCodeViewCompilers ();
member this.GetCodeViewCompilers : unit -> Microsoft.VisualStudio.Debugger.Symbols.DkmCodeViewCompilerId[]
Public Function GetCodeViewCompilers () As DkmCodeViewCompilerId()

返回

DkmCodeViewCompilerId[]

弄DkmCodeViewCompilerId [] 用于将 S_COMPILE * 代码视图中的信息转换为 DkmCompilerId。 这允许调试器为堆栈帧加载适当的表达式计算器。 符号提供程序可以通过 DkmEngineSettings 获取此集合。 表达式计算器可以通过将) 的安装程序 (添加到 "%VSRegistryRoot%\Debugger\CodeView 编译器" 注册表项来向此集合添加其他项。

适用于