 | JVMBridgeBaseTClassSExecute(String, Object) Method |
Executes a static method
Namespace: MASES.JCOBridge.C2JBridgeAssembly: C2JBridge (in C2JBridge.dll) Version: 2.6.0.250731-5810c7ee42863a60537157d5240a6436d9a79ae3
Syntaxpublic static Object SExecute(
string methodName,
params Object[] args
)
Public Shared Function SExecute (
methodName As String,
ParamArray args As Object()
) As Object
Parameters
- methodName String
- The instance method to be invoked
- args Object
- Possible arguments
Return Value
ObjectThe result of execution. Void functions returns null.
See Also