DkmMCppStaticLocalVariableSymbol.RVA Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The address of the static variable, relative to the base address of the variable's module.
This API was introduced in Visual Studio 14 Update 1 (DkmApiVersion.VS14Update1).
public:
property int RVA { int get(); };
public:
property int RVA { int get(); };
public int RVA { get; }
member this.RVA : int
Public ReadOnly Property RVA As Integer