Opcodes.OpInvokeDirect Field

Definition

Caution

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

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")]
[System.Obsolete("Use 'Dalvik.Bytecode.IOpcodes.OpInvokeDirect'. This class will be removed in a future release.")]
public const int OpInvokeDirect = 112;
[<Android.Runtime.Register("OP_INVOKE_DIRECT")>]
[<System.Obsolete("Use 'Dalvik.Bytecode.IOpcodes.OpInvokeDirect'. This class will be removed in a future release.")>]
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