Click or drag to resize

IJavaObjectBase Interface

Base interface for all objects allocated from JVM

Namespace:  MASES.JCOBridge.C2JBridge.JVMInterop
Assembly:  C2JBridge (in C2JBridge.dll) Version: 2.4.14.220818-82c2bf79b6e60a4d98fb4d1695305d68a91adf44
Syntax
public interface IJavaObjectBase

The IJavaObjectBase type exposes the following members.

Properties
  NameDescription
Public propertyJniClassName
The JNI class name of this IJavaObjectBase
Public propertyJVMType
The IJavaType of this IJavaObjectBase
Public propertyPointer
The native pointer of the object
Top
Methods
See Also