IOpcodes.OpInvokeVirtual Field

Definition

Identifies the invoke-virtual opcode, which invokes a normal virtual method that is not static, private, or a constructor.

[Android.Runtime.Register("OP_INVOKE_VIRTUAL")]
public const int OpInvokeVirtual = 110;
[<Android.Runtime.Register("OP_INVOKE_VIRTUAL")>]
val mutable OpInvokeVirtual : int

Field Value

Value = 110
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to