Table of Contents

Class NetdroidCLICore<T>

Namespace
MASES.Netdroid.CLI
Assembly
MASES.NetdroidCLI.dll

Public entry point of NetdroidCLICore<T>

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

Type Parameters

T
Inheritance
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

IEnumerable<IArgumentMetadata>

PathToParse

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

protected override IList<string> PathToParse { get; }

Property Value

IList<string>

Methods

ProcessCommandLine()

Process command line arguments

protected override string[] ProcessCommandLine()

Returns

string[]

The filtered residual arguments