Table of Contents

Class Compiler

Namespace
Java.Lang
Assembly
MASES.JNet.dll
public class Compiler : JVMBridgeBase<Compiler>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
Compiler
Implements
Inherited Members
Extension Methods

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool