Table of Contents

Interface IJVMBridgeCore

Namespace
MASES.JCOBridge.C2JBridge
Assembly
C2JBridge.dll

Generic interface for every Java bridged class

public interface IJVMBridgeCore
Extension Methods

Properties

DynJVM

The dynamic entry point for JVM operations. It permits to write code in .NET languages using a syntax not far from the one available in Java.

dynamic DynJVM { get; }

Property Value

dynamic

JVM

The entry point for direct JVM operations. Use DynJVM to write code like you made in Java

IJVMWrapperDirect JVM { get; }

Property Value

IJVMWrapperDirect

Management

The entry point for management operations

IJVMWrapperManagement Management { get; }

Property Value

IJVMWrapperManagement