語言

Opcodes.OpInvokeVirtual 欄位

定義

警告

Use 'Dalvik.Bytecode.IOpcodes.OpInvokeVirtual'. This class will be removed in a future release.

識別 invoke-virtual 操作碼,該操作碼呼叫一個非靜態、非私有或建構子的一般虛擬方法。

[Android.Runtime.Register("OP_INVOKE_VIRTUAL")]
[System.Obsolete("Use 'Dalvik.Bytecode.IOpcodes.OpInvokeVirtual'. This class will be removed in a future release.")]
public const int OpInvokeVirtual = 110;
[<Android.Runtime.Register("OP_INVOKE_VIRTUAL")>]
[<System.Obsolete("Use 'Dalvik.Bytecode.IOpcodes.OpInvokeVirtual'. This class will be removed in a future release.")>]
val mutable OpInvokeVirtual : int

欄位值

Value = 110
屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於