DkmClrNcInstructionSymbol.NativeOffset Property

Definition

This value is the RVA of the native instruction from the beginning of the native module that contains this instruction.

This API was introduced in Visual Studio 15 Update 6 (DkmApiVersion.VS15Update6).

public:
 property System::UInt32 NativeOffset { System::UInt32 get(); };
public:
 property unsigned int NativeOffset { unsigned int get(); };
public uint NativeOffset { get; }
member this.NativeOffset : uint32
Public ReadOnly Property NativeOffset As UInteger

Property Value

Applies to