DkmModule.GetFunctionLabels(UInt64) 方法

定义

获取 RVA 的符号名称。

位置约束:必须从 IDE 组件 (组件级别 100000) 中调用 API > 。

此 API 是在 Visual Studio 16 Update 3 (VS16Update3) 中引入的。

public:
 cli::array <Microsoft::VisualStudio::Debugger::Disassembly::DkmFunctionLabel> ^ GetFunctionLabels(System::UInt64 RVA);
public Microsoft.VisualStudio.Debugger.Disassembly.DkmFunctionLabel[] GetFunctionLabels (ulong RVA);
member this.GetFunctionLabels : uint64 -> Microsoft.VisualStudio.Debugger.Disassembly.DkmFunctionLabel[]
Public Function GetFunctionLabels (RVA As ULong) As DkmFunctionLabel()

参数

RVA
UInt64

中要为其查找函数标签的 RVA。

返回

DkmFunctionLabel[]

弄函数中包含的标签集。

适用于