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] | 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. |
Protected Properties
[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. |
Public Methods
Protected Methods
| SetOffset(int)Documentation for this section has not yet been entered. |
Explicitly Implemented Interface Members