InstructionEncoder.LoadLocalAddress(Int32) Method

Definition

Encodes local variable address load instruction.

public:
 void LoadLocalAddress(int slotIndex);
public void LoadLocalAddress (int slotIndex);
member this.LoadLocalAddress : int -> unit
Public Sub LoadLocalAddress (slotIndex As Integer)

Parameters

slotIndex
Int32

Index of the local variable slot.

Exceptions

slotIndex is negative.

Applies to