 | JVMBridgeBaseTClassSExecuteWithSignatureTNewClass, TReturn(String, String, Object) Method |
Executes a static method which returns a bridged class
Namespace: MASES.JCOBridge.C2JBridgeAssembly: C2JBridge (in C2JBridge.dll) Version: 2.6.0.250731-5810c7ee42863a60537157d5240a6436d9a79ae3
Syntaxpublic static TReturn SExecuteWithSignature<TNewClass, TReturn>(
string methodName,
string signature,
params Object[] args
)
where TNewClass : IJVMBridgeBase, TReturn
Public Shared Function SExecuteWithSignature(Of TNewClass As {IJVMBridgeBase, TReturn}, TReturn) (
methodName As String,
signature As String,
ParamArray args As Object()
) As TReturn
Parameters
- methodName String
- The instance method to be invoked
- signature String
- Method signature to use in search criteria
- args Object
- Possible arguments
Type Parameters
- TNewClass
- The argument type to be used
- TReturn
- The return type: in some condition can be helpful to return a different TReturn
Return Value
TReturnThe initilized
TReturn or null
See Also