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 为负数。

适用于