ComWrapper Class TIBCO Spotfire 6.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: 13.19.7018.3940 (13.19.7018.3940)
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.
See Also