DkmFunctionLabel(UInt64, String) 构造函数

定义

初始化新的 DkmFunctionLabel 值。

         此 API 是在 Visual Studio 16 Update 3 (VS16Update3) 中引入的。
public:
 DkmFunctionLabel(System::UInt64 Rva, System::String ^ Label);
public DkmFunctionLabel (ulong Rva, string Label);
new Microsoft.VisualStudio.Debugger.Disassembly.DkmFunctionLabel : uint64 * string -> Microsoft.VisualStudio.Debugger.Disassembly.DkmFunctionLabel
Public Sub New (Rva As ULong, Label As String)

参数

Rva
UInt64

中标签的 RVA。

Label
String

中标签。

适用于