Sprache

Opcodes.OpInvokeSuper Feld

Definition

Achtung

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

Identifies the invoke-super opcode, which invokes the closest superclass implementation of a virtual method or, in DEX files version 037 or later, the most specific non-overridden implementation of an interface method.

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

Feldwert

Value = 111
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: