Java.IO.ObjectStreamField Members

The members of Java.IO.ObjectStreamField are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

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.

Public Methods

CompareTo(Java.Lang.Object) : int
Compares this field descriptor to the specified one.

Protected Methods

SetOffset(int)
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

Java.Lang.IComparable.CompareToDocumentation for this section has not yet been entered.