ComWrapper InvokeMethod Method TIBCO Spotfire 6.0 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: 13.19.7018.3940 (13.19.7018.3940)
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.
See Also