Click or drag to resize

JVMBridgeBaseTClassNewWithSignature(String, Object, Object, Object, Object, Object, Object) Method

Creates a new JVM instance of TClass using a JNI signature with 6 arguments.

Namespace: MASES.JCOBridge.C2JBridge
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.6.9.260611-9a148513a79c26cdd7f1dde468f4f9e06ef3bc7e
Syntax
public static TClass NewWithSignature(
	string signature,
	Object arg0,
	Object arg1,
	Object arg2,
	Object arg3,
	Object arg4,
	Object arg5
)

Parameters

signature  String
The JNI constructor signature to use for overload resolution.
arg0  Object
Constructor argument 0.
arg1  Object
Constructor argument 1.
arg2  Object
Constructor argument 2.
arg3  Object
Constructor argument 3.
arg4  Object
Constructor argument 4.
arg5  Object
Constructor argument 5.

Return Value

TClass
A new fully-initialized instance of TClass.
See Also