ArcObjects Library Reference (Framework)  

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

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.

CoClasses that implement IAppROT

CoClasses and Classes Description
AppROT Esri application running object table.