JCOBridge |
| Name | Description | |
|---|---|---|
| ToNative(IJVMBridgeBase) | Converts a IJVMBridgeBase input to an object manageable from the JVM | |
| ToNative(Object) | Converts a generic input to an object manageable from the JVM | |
| ToNative(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 |