Java.IO.ObjectStreamField: Property Members

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

Public Properties

[read-only]
IsPrimitivebool. Indicates whether this field's type is a primitive type.
[read-only]
IsUnsharedbool. Indicates whether this field is unshared.
[read-only]
Namestring. Gets the name of this field.
Offsetint. Gets the offset of this field in the object.
[read-only]
TypeJava.Lang.Class. Gets the type of this field.
[read-only]
TypeCodechar. Gets a character code for the type of this field.
[read-only]
TypeStringstring. Gets the type signature used by the VM to represent 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.