言語

Opcodes.OpInvokeInterface フィールド

定義

注意事項

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

具象クラスが静的に認識されていないオブジェクトに対してインターフェイス メソッドを呼び出す、 invoke-interface オペコードを識別します。

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

フィールド値

Value = 114
属性

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象