IaqCOMAccessDbgSymbol Interface

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

Description

The IaqCOMAccessDbgSymbol interface is a base interface for objects that provide debug information about routines, classes, namespaces, files and other elements of profiled applications. You use these objects when working with profiling areas via COM.

Inheritance Hierarchy

IaqCOMAccessDbgSymbol

IDispatch

Members

Members(in alphabetical order) Description
FullName Property. Read-only. String. Specifies the full name of a debug symbol. Depending on the symbol type, this name can include the parent symbol’s names. For example, the FullName of a method will include the class and namespace names. For detailed information on the value the property returns, see description of the appropriate debug symbol object.
Name Property. Read-only. String. Specifies the name of a debug symbol. For some objects, this property value can coincide with the FullName property value. See description of the appropriate debug symbol object.
Type Property. Read-only. A value of the TDebugType enumeration that specifies the type of the element: routine, class, unit, and so on.

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