Compartir a través de


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 método directo controla el tipo de referencia, 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 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_newInvokeSpecial.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código Project y que se usan según los términos Creative Commons 2.5 Attribution License.

Se aplica a