Compartilhar via


MethodHandleInfo.REFInvokeInterface Campo

Definição

Cuidado

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

Um método direto manipula o tipo de referência, conforme definido na tabela acima.

[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

Valor do campo

Value = 9
Atributos

Comentários

Um método direto manipula o tipo de referência, conforme definido na tabela acima.

Documentação Java para java.lang.invoke.MethodHandleInfo.REF_invokeInterface.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a