Table of Contents

Interface IJVMBridgeBaseInstance

Namespace
MASES.JCOBridge.C2JBridge
Assembly
C2JBridge.dll

Contains the reference to the IJavaObject

public interface IJVMBridgeBaseInstance
Extension Methods

Properties

BridgeInstance

The IJavaObject instance

IJavaObject BridgeInstance { get; }

Property Value

IJavaObject

DynBridgeInstance

The dynamic accessor to BridgeInstance

dynamic DynBridgeInstance { get; }

Property Value

dynamic