OpCodes.Ldc_I8 欄位

定義

推入型別 int64 的提供值至評估堆疊做為 int64

public: static initonly System::Reflection::Emit::OpCode Ldc_I8;
public static readonly System.Reflection.Emit.OpCode Ldc_I8;
 staticval mutable Ldc_I8 : System.Reflection.Emit.OpCode
Public Shared ReadOnly Ldc_I8 As OpCode 

欄位值

備註

下表列出指示的十六進位和 Microsoft Intermediate Language (MSIL) 元件格式,以及簡短的參考摘要:

格式 元件格式 Description
21 <int64> ldc.i8 num num推送至堆疊做為 int64

堆疊轉換行為會依循序順序為:

  1. num值會推送至堆疊。

此編碼會將 int64 值推送至堆疊。

下列 Emit 方法多載可以使用 ldc.i8 opcode:

適用於