InstructionEncoder.LoadLocal(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
編碼區域變數載入指令。
public:
void LoadLocal(int slotIndex);
public void LoadLocal (int slotIndex);
member this.LoadLocal : int -> unit
Public Sub LoadLocal (slotIndex As Integer)
參數
- slotIndex
- Int32
區域變數位置的索引。
例外狀況
slotIndex
為負。