 | IJavaObjectBaseToPrimitive Method |
Namespace: MASES.JCOBridge.C2JBridge.JVMInteropAssembly: C2JBridge (in C2JBridge.dll) Version: 2.6.9.260611-9a148513a79c26cdd7f1dde468f4f9e06ef3bc7e
SyntaxFunction ToPrimitive As Object
Return Value
Object
When called on an
IJavaObject instance, returns the underlying
JVM primitive value as a .NET object.
When called on an
IJavaArray instance, returns the array contents
converted to the corresponding .NET representation (native arrays, object arrays, etc.).
Exceptions
See Also