Class GenericCommand
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)