The properties of Java.Lang.Reflect.Field are listed below. For a list of all members, see the Field Members list.
See Also: Inherited members from Java.Lang.Reflect.AccessibleObject
[read-only] | DeclaringClass | Java.Lang.Class. Returns the class that declares this member. |
[read-only] | GenericType | IType. Returns the generic type of this field. |
[read-only] | IsEnumConstant | bool. Indicates whether or not this field is an enumeration constant. |
[read-only] | IsSynthetic | bool. Indicates whether or not this field is synthetic. |
[read-only] | Modifiers | int. Returns the modifiers for this field. |
[read-only] | Name | string. Returns the name of this field. |
[read-only] | Type | Java.Lang.Class. Return the Java.Lang.Class associated with the type of this field. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |