ComWrapper Class TIBCO Spotfire 6.5 API Reference
Wraps a COM object and provides support for calling late-bound methods on that object.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Application.Interop ComWrapper

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

public class ComWrapper : IDisposable
Remarks

Inherit this class and add methods that call InvokeMethod(String,  Object ) to invoke late-bound methods on the wrapped COM object.
Version Information

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