Click or drag to resize

JVMBridgeBaseTClassSExecuteArrayT(String, Object) Method

Execute the method and build the result as an array of T

Namespace: MASES.JCOBridge.C2JBridge
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.6.0.250731-5810c7ee42863a60537157d5240a6436d9a79ae3
Syntax
public static T[] SExecuteArray<T>(
	string methodName,
	params Object[] args
)

Parameters

methodName  String
The method to execute
args  Object
The aruments

Type Parameters

T
The expected result Type

Return Value

T
An array of T
See Also