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