 | JVMBridgeBaseWraps(Type, IJavaObject, String) Method |
Wraps the javaObject with a new type class
Namespace: MASES.JCOBridge.C2JBridgeAssembly: C2JBridge (in C2JBridge.dll) Version: 2.6.3.250913-47278498b8c67e733ecc289138cddb5aee2e4c7e
Syntaxpublic static IJVMBridgeBase Wraps(
Type type,
IJavaObject javaObject,
string className
)
Public Shared Function Wraps (
type As Type,
javaObject As IJavaObject,
className As String
) As IJVMBridgeBase
Parameters
- type Type
- The Type implementing IJVMBridgeBase to be instantiated
- javaObject IJavaObject
- The BridgeInstance to be used
- className String
- The name of destination class, null or empty to do not apply class name change
Return Value
IJVMBridgeBaseA newly initialized
type
See Also