Sprache

Opcodes.OpInvokeDirect Feld

Definition

Achtung

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

Feldwert

Value = 112
Attribute

Hinweise

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: