This document is archived and information here might be outdated.  Recommended version.


IAppROT Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IA > IAppROT Interface
ArcGIS Developer Help

IAppROT Interface

Provides access to members that manipulate the Esri application running object table, AppROT.

Product Availability

Available with ArcGIS Desktop.

When To Use

Use the IAppROT interface to work with the Application Running Object Table (AppROT) for ESRI applications. This interface has methods for adding and removing instances of an application to/from the AppROT. Also using this interface you can get a count of how many application are registered with the AppROT or return a particular instance of an application.

Members

Name Description
Method Add Adds an application reference to the running object table.
Read-only property Count The count of application references within the running object table.
Read-only property Item The application reference at the specified index in the running object table.
Method Remove Removes an application reference from the running object table.

Classes that implement IAppROT

Classes Description
AppROT Esri application running object table.