
The topics of this section describe the following objects, interfaces and data types that you use for AQTime COM automation:
Manager Objects
| IaqTimeIntegrationSupportManager |
The IntegrationManager object allows you to automate AQTime. |
| IaqAQtimeResults |
An object that is used to process AQTime profiling results. |
| IaqCOMAccessAreaManager |
An area manager object. Provides a program interface to profiling areas that are defined in the currently open AQTime project. |
| IaqCOMAccessDebugInfoManager |
A debug info manager object. Provides a program interface to debug information of modules that are included in the currently open AQTime project. |
Profiling Results Object
Profiling Area Objects and Types
| IaqCOMAccessArea |
An object that corresponds to a profiling area in the currently open AQTime project. |
| IaqCOMAccessAreaItem |
An object that corresponds to an item (routine, class, unit, etc.) of a profiling area. |
| TAreaType |
An enumeration type containing values that identify the profiling area type (including or excluding). |
| TAreaProfileLevel |
An enumeration type containing values that specify the level of the profiling area (class, routine or line). |
| TEntireProfileLevel |
An enumeration type containing values that specify the level of the predefined profiling area (routine or line). |
| TPredefinedAreaKind |
An enumeration type containing values that specify the type of class-level predefined profiling area (All Project Modules, Entire Java Code and others). |
Debug Symbol Objects and Types
| IaqCOMAccessDbgClass |
An object that provides a program interface to a debug symbol corresponding to a class. |
| IaqCOMAccessDbgContainer |
An interface implemented by debug symbol objects that correspond to code parts like units, source files, classes and others that contain other smaller parts (routines). |
| IaqCOMAccessDbgModule |
An object that provides a program interface to a debug symbol corresponding to a module. |
| IaqCOMAccessDbgNamespace |
An object that provides a program interface to a debug symbol corresponding to a namespace. |
| IaqCOMAccessDbgPackage |
An object that provides a program interface to a debug symbol corresponding to a package. |
| IaqCOMAccessDbgRoutine |
An object that provides a program interface to a debug symbol corresponding to a routine. |
| IaqCOMAccessDbgSourceFile |
An object that provides a program interface to a debug symbol corresponding to a source file. |
| IaqCOMAccessDbgSymbol |
An interface that is common for all program objects corresponding to debug symbols. |
| IaqCOMAccessDbgUnit |
An object that provides a program interface to a debug symbol corresponding to a routine. |
| TDebugType |
An enumeration type containing values that identify a debug symbol type (module, unit, class, routine and so on). |
See Also
Working With AQTime via COM
Working With AQTime via COM - Overview
Managing Profiling Areas via COM
Exporting Results to Database via COM