Share via


InstructionEncoder.LoadLocal(Int32) 方法

定義

編碼區域變數載入指令。

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

參數

slotIndex
Int32

區域變數位置的索引。

例外狀況

slotIndex 為負。

適用於