Click or drag to resize

IJVMWrapperDirect Interface

Public direct accessor for JVM: use this interface to directly manage objects and classes, this interface avoids use of dynamic resolution

Namespace:  MASES.JCOBridge.C2JBridge.JVMInterop
Assembly:  C2JBridge (in C2JBridge.dll) Version: 2.3.2.210304-f3821f45d93542a4fb34c013ca105a6afd2f10a2
Syntax
public interface IJVMWrapperDirect

The IJVMWrapperDirect type exposes the following members.

Methods
  NameDescription
Public methodConvertObject
Converts an Object to its equivalent JVM type
Public methodGetClass
Retrieve a class from JVM
Public methodGetObject
Gets an instance of IJavaObject from the object pointer
Public methodCode exampleImportPackage
Imports a Java package to be used within the program
Public methodNew
Create a new JVM object
Public methodNewArray
Creates a new array
Top
See Also