Class NetdroidCLICore<T>
Public entry point of NetdroidCLICore<T>
public abstract class NetdroidCLICore<T> : NetdroidCore<T>, IJVMWrapperManagement where T : NetdroidCLICore<T>
Type Parameters
T
- Inheritance
-
JNetCoreBase<T>NetdroidCore<T>NetdroidCLICore<T>
- Implements
- Inherited Members
- Extension Methods
Constructors
NetdroidCLICore()
Public ctor
public NetdroidCLICore()
Properties
CommandLineArguments
IEnumerable<T> for command line
public override IEnumerable<IArgumentMetadata> CommandLineArguments { get; }
Property Value
PathToParse
A list of paths to be used in initialization of JVM ClassPath
protected override IList<string> PathToParse { get; }
Property Value
Methods
ProcessCommandLine()
Process command line arguments
protected override string[] ProcessCommandLine()
Returns
- string[]
The filtered residual arguments