DkmMCppILLocalVariableSymbol.Slot Property

Definition

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

Property Value

Applies to