Table of Contents

Class JNetReflectorCore

Namespace
MASES.JNet.Reflector
Assembly
MASES.JNetReflector.dll

Concrete implementation of JNetReflectorCore<T>

public class JNetReflectorCore : JNetReflectorCore<JNetReflectorCore>, IJVMWrapperManagement, IJVMBridgeCore
Inheritance
JNetReflectorCore
Implements
Inherited Members
SetupJVMWrapper<JNetReflectorCore>.ScopedOn
SetupJVMWrapper<JNetReflectorCore>.ScopedOnVersion
SetupJVMWrapper.Initialize()
SetupJVMWrapper.InitializeRemote()

Properties

ClassPath

The starting JVM class path. Further path can be added later.

public override string ClassPath { get; }

Property Value

string

Remarks

It is not the same classpath switch available in CLI. No wildcards expansion is made at this level. Use ClassPathBuilder in this case.

CurrentClassPath

public static string CurrentClassPath { get; }

Property Value

string