Click or drag to resize

AddInAttribute Class

This Attribute marks a class as an importable EasyMap AddIn. It implements System.ComponentMode.Composition.ExportAttribute. For more information about EasyMap Application AddIns see IAddIn.
Inheritance Hierarchy

Namespace:  Easymap.AddIn
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class AddInAttribute : ExportAttribute, 
	IAddInDescription

The AddInAttribute type exposes the following members.

Constructors
  NameDescription
Public methodAddInAttribute
Initializes a new instance of the AddInAttribute class
Top
Properties
  NameDescription
Public propertyDescription
Description of the AddIn
Public propertyName
Name of the AddIn
Top
See Also