ComWrapper InvokeMethod Method TIBCO Spotfire 6.5 API Reference
Invokes the method with the specified methodName on the wrapped COM-object.

Namespace: Spotfire.Dxp.Application.Interop
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax

protected Object InvokeMethod(
	string methodName,
	params Object[] arguments
)

Parameters

methodName
Type: System String
The method name.
arguments
Type:  System Object 
The arguments

Return Value

Type: Object
The return value from the method.
Exceptions

ExceptionCondition
System.Reflection TargetInvocationExceptionIf the invoked method throws an exception.
Version Information

Supported in: 6.5, 6.0, 5.5, 5.0, 4.5
See Also