Linguaggio

MethodHandleInfo.REFPutStatic 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_putStatic", 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 REFPutStatic = 4;
[<Android.Runtime.Register("REF_putStatic", 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 REFPutStatic : Java.Lang.Invoke.ReferenceKind

Valore del campo

Value = 4
Attributi

Commenti

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

per java.lang.invoke.MethodHandleInfo.REF_putStatic.

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