言語

Opcodes.OpInvokeStatic フィールド

定義

注意事項

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

静的メソッドを呼び出す invoke-static オペコードを識別します。

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

フィールド値

Value = 113
属性

注釈

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

適用対象