Language

IMethodHandleInfo.Modifiers Property

Definition

Returns the access modifiers of the underlying member.

public int Modifiers { [Android.Runtime.Register("getModifiers", "()I", "GetGetModifiersHandler:Java.Lang.Invoke.IMethodHandleInfoInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getModifiers", "()I", "GetGetModifiersHandler:Java.Lang.Invoke.IMethodHandleInfoInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)>]
member this.Modifiers : int

Property Value

the Java language modifiers for the underlying member, or -1 if the member cannot be accessed

Attributes

Remarks

Returns the access modifiers of the underlying member.

Java documentation for java.lang.invoke.MethodHandleInfo.getModifiers().

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