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 método directo controla el tipo de referencia, 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 método directo controla el tipo de referencia, 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 y se usan según los términos descritos en la creative Commons 2.5.

Se aplica a