Table of Contents

Class GenericCommand

Namespace
MASES.JNet.Specific
Assembly
MASES.JNet.dll

Generic class to launch a main method in a Java class

public class GenericCommand : JVMBridgeMain<GenericCommand>, IDynamicMetaObjectProvider, IJVMBridgeBase, IJVMBridgeDefinition, IJVMBridgeCore, IDisposable, IJVMBridgeMain
Inheritance
GenericCommand
Implements
Inherited Members
Extension Methods

Constructors

GenericCommand()

public GenericCommand()

Remarks

Not use directly

Methods

CreateAndLaunch(string, params object[])

Creates and launch the GenericCommand class based on className

public static void CreateAndLaunch(string className, params object[] args)

Parameters

className string

The class to be instantiated having the main method

args object[]

Arguments to send to main method