Linguaggio

MethodHandleInfo.REFInvokeInterface Campo

Definizione

Attenzione

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

Tipo di riferimento dell'handle del metodo diretto, come definito nella tabella precedente.

[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

Valore del campo

Value = 9
Attributi

Commenti

Tipo di riferimento dell'handle del metodo diretto, come definito nella tabella precedente.

per java.lang.invoke.MethodHandleInfo.REF_invokeInterface.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a