Compartir a través de


MethodHandleInfo.REFInvokeInterface Campo

Definición

Precaución

This constant will be removed in the future version. Use Java.Lang.Invoke.ReferenceKind enum directly instead of this field.

Un tipo de referencia de identificador de método directo, tal como se define en la tabla anterior.

[Android.Runtime.Register("REF_invokeInterface", ApiSince=26)]
[System.Obsolete("This constant will be removed in the future version. Use Java.Lang.Invoke.ReferenceKind enum directly instead of this field.", true)]
public const Java.Lang.Invoke.ReferenceKind REFInvokeInterface = 9;
[<Android.Runtime.Register("REF_invokeInterface", ApiSince=26)>]
[<System.Obsolete("This constant will be removed in the future version. Use Java.Lang.Invoke.ReferenceKind enum directly instead of this field.", true)>]
val mutable REFInvokeInterface : Java.Lang.Invoke.ReferenceKind

Valor de campo

Value = 9
Atributos

Comentarios

Un tipo de referencia de identificador de método directo, tal como se define en la tabla anterior.

Documentación de Java para java.lang.invoke.MethodHandleInfo.REF_invokeInterface.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a