Java.Lang.Reflect.Field: Property Members

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

Public Properties

[read-only]
DeclaringClassJava.Lang.Class. Returns the class that declares this member.
[read-only]
GenericTypeIType. Returns the generic type of this field.
[read-only]
IsEnumConstantbool. Indicates whether or not this field is an enumeration constant.
[read-only]
IsSyntheticbool. Indicates whether or not this field is synthetic.
[read-only]
Modifiersint. Returns the modifiers for this field.
[read-only]
Namestring. Returns the name of this field.
[read-only]
TypeJava.Lang.Class. Return the Java.Lang.Class associated with the type of this field.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.