InstructionEncoder.StoreLocal(Int32) メソッド

定義

ローカル変数のストア命令をエンコードします。

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

パラメーター

slotIndex
Int32

ローカル変数のスロットのインデックス。

例外

slotIndex が負の値です。

適用対象