IJava |
The IJavaObjectBase type exposes the following members.
| Name | Description | |
|---|---|---|
| IsGlobal | Returns if this Pointer was set to be a Global reference | |
| IsNull | Returns if this IJavaObjectBase is a null object within the JVM | |
| JniClassName | The JNI class name of this IJavaObjectBase | |
| JVMType | The IJavaType of this IJavaObjectBase | |
| Pointer | The native pointer of the object | |
| ReferenceObject | The IJavaObject referenced from the instance of IJavaObjectBase, maybe it is null in many conditions |
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) | |
| MonitorEnter | Enters the monitor associated with the underlying with this IJavaObjectBase | |
| MonitorExit | Exits the monitor associated with the underlying with this IJavaObjectBase | |
| ToArray | Converts this IJavaObjectBase to an array value | |
| ToPrimitive | Converts this IJavaObjectBase to a primitive value | |
| ToPrimitiveTReturn | Converts this IJavaObjectBase to a primitive value |