Base class for XLL wrapper concrete classes.

Namespace:  XllPlus.ComWrappers.Runtime
Assembly:  XllPlus.ComWrappers.Runtime (in XllPlus.ComWrappers.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)

Syntax

C#
public class AddinWrapperBase : IDisposable
Visual Basic (Declaration)
Public Class AddinWrapperBase _
	Implements IDisposable
Visual C++
public ref class AddinWrapperBase : IDisposable

Inheritance Hierarchy

System..::.Object
  XllPlus.ComWrappers.Runtime..::.AddinWrapperBase

See Also