Class NetdroidCLICore<T>
- Namespace
- MASES.NetdroidCLI
- Assembly
- MASES.NetdroidCLI.dll
Public entry point of NetdroidCLICore<T>
public abstract class NetdroidCLICore<T> : NetdroidCore<T>, IJVMWrapperManagement, IJVMBridgeCore where T : NetdroidCLICore<T>
Type Parameters
T
- Inheritance
-
SetupJVMWrapperSetupJVMWrapper<T>JNetCoreBase<T>NetdroidCore<T>NetdroidCLICore<T>
- Implements
-
IJVMWrapperManagementIJVMBridgeCore
- Derived
- Inherited Members
-
SetupJVMWrapper<T>.CreateGlobalInstance()SetupJVMWrapper<T>.HasGlobalInstanceSetupJVMWrapper<T>.GlobalInstanceSetupJVMWrapper<T>.ScopedOnSetupJVMWrapper<T>.ScopedOnVersionSetupJVMWrapper.Initialize()SetupJVMWrapper.InitializeListener(IJVMBridgeBase)SetupJVMWrapper.GetListener(IJavaObject)SetupJVMWrapper.ReleaseListener(IJVMBridgeBase)SetupJVMWrapper.ReleaseJCGraphicContainer(IJCGraphicContainer)SetupJVMWrapper.InitializeRemote()SetupJVMWrapper.FilteredArgsSetupJVMWrapper.IsContainerSetupJVMWrapper.ContainerIdSetupJVMWrapper.FeatureLevelSetupJVMWrapper.EnableCriticalMethodsSetupJVMWrapper.EnableCriticalMethodsOnGetThresholdSetupJVMWrapper.EnableCriticalMethodsOnGetSetupJVMWrapper.EnableCriticalMethodsOnSetThresholdSetupJVMWrapper.EnableCriticalMethodsOnSetSetupJVMWrapper.JVMSetupJVMWrapper.ManagementSetupJVMWrapper.JVMStatsSetupJVMWrapper.DynJVMSetupJVMWrapper.RemoteBridgeSetupJVMWrapper.RemoteJCOBridgeSetupJVMWrapper.ModulePathSetupJVMWrapper.JVMPackagesSetupJVMWrapper.SuppressFinalizeSetupJVMWrapper.GlobalizeSetupJVMWrapper.LastBindingException
Constructors
NetdroidCLICore()
Public ctor
public NetdroidCLICore()
Properties
CommandLineArguments
public override IEnumerable<IArgumentMetadata> CommandLineArguments { get; }
Property Value
ImportList
public static IEnumerable<string> ImportList { get; }
Property Value
Interactive
public static bool Interactive { get; }
Property Value
JarList
public static IEnumerable<string> JarList { get; }
Property Value
NamespaceList
public static IEnumerable<string> NamespaceList { get; }
Property Value
Options
Adds options to the JVM
protected override IDictionary<string, string> Options { get; }
Property Value
PathToParse
protected override IList<string> PathToParse { get; }
Property Value
RunCommand
public static string RunCommand { get; }
Property Value
Script
public static string Script { get; }
Property Value
Methods
ProcessCommandLine()
protected override string[] ProcessCommandLine()
Returns
- string[]