Table of Contents

Class JNetCore<T>

Namespace
MASES.JNet
Assembly
MASES.JNet.dll

Public entry point of JNetCore<T>

public abstract class JNetCore<T> : JNetCoreBase<T>, IJVMWrapperManagement, IJVMBridgeCore where T : JNetCore<T>

Type Parameters

T
Inheritance
JNetCore<T>
Implements
Derived
Inherited Members
SetupJVMWrapper<T>.ScopedOn
SetupJVMWrapper<T>.ScopedOnVersion
SetupJVMWrapper.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

IDictionary<string, string>

PathToParse

A list of paths to be used in initialization of JVM ClassPath

protected override IList<string> PathToParse { get; }

Property Value

IList<string>

PerformanceOptions

Default performance options used in initialization

protected virtual IList<string> PerformanceOptions { get; }

Property Value

IList<string>