The members of Java.Lang.Reflect.Field are listed below.
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. |
Get(Java.Lang.Object)Returns the value of the field in the specified object. | ||
GetBoolean(Java.Lang.Object)Returns the value of the field in the specified object as a boolean. | ||
GetByte(Java.Lang.Object)Returns the value of the field in the specified object as a byte. | ||
GetChar(Java.Lang.Object)Returns the value of the field in the specified object as a char. | ||
GetDouble(Java.Lang.Object)Returns the value of the field in the specified object as a double. | ||
GetFloat(Java.Lang.Object)Returns the value of the field in the specified object as a float . | ||
GetInt(Java.Lang.Object)Returns the value of the field in the specified object as an int. | ||
GetLong(Java.Lang.Object)Returns the value of the field in the specified object as a long. | ||
GetShort(Java.Lang.Object)Returns the value of the field in the specified object as a short . | ||
Set(Java.Lang.Object, Java.Lang.Object)Sets the value of the field in the specified object to the value. | ||
SetBoolean(Java.Lang.Object, bool)Sets the value of the field in the specified object to the boolean value. | ||
SetByte(Java.Lang.Object, sbyte)Sets the value of the field in the specified object to the byte value. | ||
SetChar(Java.Lang.Object, char)Sets the value of the field in the specified object to the char value. | ||
SetDouble(Java.Lang.Object, double)Sets the value of the field in the specified object to the double value. | ||
SetFloat(Java.Lang.Object, float)Sets the value of the field in the specified object to the float value. | ||
SetInt(Java.Lang.Object, int)Set the value of the field in the specified object to the int value. | ||
SetLong(Java.Lang.Object, long)Sets the value of the field in the specified object to the long value. | ||
SetShort(Java.Lang.Object, short)Sets the value of the field in the specified object to the short value. | ||
ToGenericString()Returns the string representation of this field, including the field's generic type. |