Interface IJVMBridgeBaseInstance
Contains the reference to the IJavaObject
public interface IJVMBridgeBaseInstance
- Extension Methods
Properties
BridgeInstance
The IJavaObject instance
IJavaObject BridgeInstance { get; }
Property Value
DynBridgeInstance
The dynamic accessor to BridgeInstance
dynamic DynBridgeInstance { get; }
Property Value
- dynamic