Table of Contents

Class NetdroidCore<T>

Namespace
MASES.Netdroid
Assembly
MASES.Netdroid.dll

Public entry point of NetdroidCore<T>

public abstract class NetdroidCore<T> : JNetCoreBase<T>, IJVMWrapperManagement where T : NetdroidCore<T>

Type Parameters

T
Inheritance
NetdroidCore<T>
Implements
Derived
Inherited Members
Extension Methods

Constructors

NetdroidCore()

Public ctor

public NetdroidCore()

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>