IOpcodes.OpInvokeDirect Field

Definition

Identifies the invoke-direct opcode, which invokes a non-static direct method, such as a private instance method or constructor.

[Android.Runtime.Register("OP_INVOKE_DIRECT")]
public const int OpInvokeDirect = 112;
[<Android.Runtime.Register("OP_INVOKE_DIRECT")>]
val mutable OpInvokeDirect : int

Field Value

Value = 112
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