This class is used within an add-in to load components such as extensions, dockable windows, commands and etc. and retrieve the corresponding managed types for early-bound calls.

Namespace:  ESRI.ArcGIS.Desktop.AddIns

Assembly:  ESRI.ArcGIS.Desktop.Addins (in ESRI.ArcGIS.Desktop.Addins.dll) Version: 10.0.0.0 (10.0.0.0)

Syntax

C#
public class AddIn
Visual Basic (Declaration)
Public Class AddIn
Visual C++
public ref class AddIn

Remarks

The components that can be loaded need to be in the same add-in or reside in the assembly that is referenced by the add-in.

Inheritance Hierarchy

System..::.Object

  ESRI.ArcGIS.Desktop.AddIns..::.AddIn

See Also