[This is preliminary documentation and is subject to change.]
Invokes the specified method with the supplied arguments
Namespace:
GHASchema
Assembly:
GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
SyntaxObject Invoke(
string MethodName,
Object[] args
)
Parameters
- MethodName
- Type: SystemString
Method to invoke - args
- Type: SystemObject
Array containing the parameters to be passed to the method
Return Value
Type:
ObjectValue returned by the method if any
See Also