MethodHandleInfo.REFNewInvokeSpecial 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_newInvokeSpecial", 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 REFNewInvokeSpecial = 8;
[<Android.Runtime.Register("REF_newInvokeSpecial", 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 REFNewInvokeSpecial : Java.Lang.Invoke.ReferenceKind

Valor de campo

Value = 8
Atributos

Comentarios

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

Java documentación para java.lang.invoke.MethodHandleInfo.REF_newInvokeSpecial.

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