The properties of Java.IO.ObjectStreamField are listed below. For a list of all members, see the ObjectStreamField Members list.
See Also: Inherited members from Java.Lang.Object
[read-only] | IsPrimitive | bool. Indicates whether this field's type is a primitive type. |
[read-only] | IsUnshared | bool. Indicates whether this field is unshared. |
[read-only] | Name | string. Gets the name of this field. |
Offset | int. Gets the offset of this field in the object. | |
[read-only] | Type | Java.Lang.Class. Gets the type of this field. |
[read-only] | TypeCode | char. Gets a character code for the type of this field. |
[read-only] | TypeString | string. Gets the type signature used by the VM to represent 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. |