Class JNetCore<T>
Public entry point of JNetCore<T>
public abstract class JNetCore<T> : JNetCoreBase<T>, IJVMWrapperManagement, IJVMBridgeCore where T : JNetCore<T>
Type Parameters
T
- Inheritance
-
JNetCoreBase<T>JNetCore<T>
- Implements
- Derived
- Inherited Members
-
SetupJVMWrapper<T>.ScopedOnSetupJVMWrapper<T>.ScopedOnVersionSetupJVMWrapper.Initialize()SetupJVMWrapper.InitializeRemote()
- Extension Methods
Constructors
JNetCore()
Public ctor
public JNetCore()
Properties
Options
Adds options to the JVM
protected override IDictionary<string, string> Options { get; }
Property Value
PathToParse
A list of paths to be used in initialization of JVM ClassPath
protected override IList<string> PathToParse { get; }
Property Value
PerformanceOptions
Default performance options used in initialization
protected virtual IList<string> PerformanceOptions { get; }