MethodHandleInfo.REFPutStatic Field

Definition

Caution

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

A direct method handle reference kind, as defined in the table above.

[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

Field Value

Value = 4
Attributes

Remarks

A direct method handle reference kind, as defined in the table above.

Java documentation for java.lang.invoke.MethodHandleInfo.REF_putStatic.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to