IaqCOMAccessDbgContainer Interface

Applies to AQTime 8.81, last modified on January 18, 2022

Description

The IaqCOMAccessDbgContainer interface is implemented by objects that provide access to debug information via COM and correspond to modules, source files, namespaces, classes, and other larger units that contain smaller units. You use these objects, for instance, when working with profiling areas via COM.

Inheritance Hierarchy

IaqCOMAccessDbgContainer

Members

Members(in alphabetical order) Description
ItemCount(DbgType) Property. Read-only. Integer. Returns the number of debug symbols of a specific type that belong to the container. The DbgType parameter specifies the desired symbol type. To set this parameter, you can use either values of the TDebugType enumeration type or the appropriate integer value.
Item(DbgType, Index) Property. Read-only. Returns an object that corresponds to a debug symbol by the object’s type and index in the container:
  • DbgType - Specifies the type of the desired element. To set this parameter, you can use either a value of the TDebugType enumeration type or the appropriate integer value.

  • Index - Specifies the index of the desired symbol in the container. The index is zero-based. To obtain the total number of debug symbols of the desired type in the container, use the ItemCount property.

Example

For information on working with debug symbols, see Managing Profiling Areas via COM.

See Also

COM Type Reference
Managing Profiling Areas via COM
Working With AQTime via COM - Overview

Highlight search results