InstructionEncoder.LoadLocalAddress(Int32) メソッド

定義

ローカル変数アドレス読み込み命令をエンコードします。

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

パラメーター

slotIndex
Int32

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

例外

slotIndex が負の値です。

適用対象