Lenguaje

Opcodes.OpInvokeInterface Campo

Definición

Precaución

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

Identifica el invoke-interface código de operación, que invoca un método de interfaz en un objeto cuya clase concreta no se conoce estáticamente.

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

Valor de campo

Value = 114
Atributos

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a