Freigeben über


DkmFunctionLabel(UInt64, String) Constructor

Definition

Initialize a new DkmFunctionLabel value.

This API was introduced in Visual Studio 16 Update 3 (DkmApiVersion.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)

Parameters

Rva
UInt64

[In] The RVA of the label.

Label
String

[In] The label.

Applies to