ComWrapper Class TIBCO Spotfire 7.0 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: 18.10.8513.5432 (18.10.8513.5432)
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: 7.0, 6.5, 6.0, 5.5, 5.0
See Also