Click or drag to resize

JCOBridgeExtensionsToNative Method

Overload List
 NameDescription
Public Extension MethodToNative(IJVMBridgeBase) Converts a IJVMBridgeBase input to an object manageable from the JVM
Public Extension MethodToNative(Object) Converts a generic input to an object manageable from the JVM
Public Extension MethodToNative(Object) Converts a generic input array to an array manageable from the JVM. This extension is usable when there is an input like
C#
params object[] args
with a mixed CLR types.
Top
See Also