IObjectCallMethod Method (String, Object) |
Invokes the specified method.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void CallMethod(
string name,
params Object[] parameters
)
Sub CallMethod (
name As String,
ParamArray parameters As Object()
)
Dim instance As IObject
Dim name As String
Dim parameters As Object()
instance.CallMethod(name, parameters)
void CallMethod(
String^ name,
... array<Object^>^ parameters
)
Parameters
- name
- Type: SystemString
The method name. - parameters
- Type: SystemObject
An array of method parameters.
Exceptions See Also