DkmMCppILLocalVariableSymbol.Slot 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 local slot used by the IL in stloc/ldloc instructions to access the variable (or starg/ldarg instructions if this variable is a function parameter).
This API was introduced in Visual Studio 14 Update 1 (DkmApiVersion.VS14Update1).
public:
property int Slot { int get(); };
public:
property int Slot { int get(); };
public int Slot { get; }
member this.Slot : int
Public ReadOnly Property Slot As Integer