How to register classes in COM component categories


SummaryMuch of the extensibility of ArcGIS relies on component object model (COM) categories; for example, all ArcMap commands and tools are registered in the ESRI Mx Commands component category. This article provides an overview of the different ways you can register a .NET component in a particular category.

Additional Requirements
  • Components must be registered with COM before they can be registered to component categories.

Registering classes in COM component categories

There are a few different ways you can register a .NET component in a particular category:
For .NET components, you must always select the type library, rather than the .dll file.
 
The actual actions performed are essentially the same, regardless of the method of category registration you choose.


See Also:

How to register .NET components with COM