The methods of the JavaPeerValue class are listed below. For a complete list of JavaPeerValue class members, see the JavaPeerValue Members topic.
Dispose (inherited from JuggerNETProxyObject) | Releases the corresponding Java object, thereby making it eligible for garbage collection if no other references to the same object are held. |
Equals (inherited from JuggerNETProxyObject) | Implemented in terms of the Java equals() method. If the other object is not also a subclass of a JavaObject, the return value is always false. This is to ensure that the the results of a comparison is independent of the order, i.e. a.Equals( b ) == b.Equals( a ) which could not be guaranteed if we did special things for obj being of some special .NET type. |
GetBoolField | |
GetByteField | |
GetCharField | |
GetDoubleField | |
GetFloatField | |
GetHashCode (inherited from JuggerNETProxyObject) | Implemented in terms of the Java hashCode() method. |
GetIntField | |
GetLongField | |
GetObjectField | |
GetShortField | |
GetStringField | |
GetType (inherited from Object) | Gets the Type of the current instance. |
IsInstanceOf (inherited from JuggerNETProxyObject) | Returns true if the instance is type compatible with the given Java type. |
SetBoolField | |
SetByteField | |
SetCharField | |
SetDoubleField | |
SetFloatField | |
SetIntField | |
SetLongField | |
SetObjectField | |
SetShortField | |
SetStringField | |
ToString (inherited from JuggerNETProxyObject) | Implemented in terms of the Java toString() method. |
Finalize (inherited from JuggerNETProxyObject) | Deinitializes the object by calling the Dispose() method.
|
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
JavaPeerValue Class | Codemesh.JuggerNET Namespace