OpCodes.Stind_I 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
於所提供的位址儲存 native int
型別的值。
public: static initonly System::Reflection::Emit::OpCode Stind_I;
public static readonly System.Reflection.Emit.OpCode Stind_I;
staticval mutable Stind_I : System.Reflection.Emit.OpCode
Public Shared ReadOnly Stind_I As OpCode
欄位值
備註
下表列出指示的十六進位和 Microsoft Intermediate Language (MSIL) 元件格式,以及簡短的參考摘要:
格式 | 元件格式 | Description |
---|---|---|
DF | stind.i | 將 native int 值儲存在指定的位址。 |
堆疊轉換行為會依循序順序為:
位址會推送至堆疊。
值會推送至堆疊。
值和位址會從堆疊中快顯;值會儲存在位址。
指令 stind.i
會將 native int
值儲存在提供的位址 (類型 native int
、 *
或 &
) 。
型別安全作業需要 stind.i
以與指標類型一致的方式使用指令。 指令的 stind.i
作業可以透過緊接在 Volatile 前面或 Unaligned 前置詞指令來改變。
NullReferenceException 如果未 addr
自然對齊指令尾碼所隱含的引數類型,則會擲回 。
下列 Emit 方法多載可以使用 stind.i
opcode: