Description
IaqCOMAccessDbgRoutine
objects provide access to debug symbols that correspond to classes. You use these objects to automate profiling areas via COM.
Properties of an IaqCOMAccessDbgRoutine
object provide information about the routine and code elements (class, module, namespace, and so on) to which the routine belongs.
Inheritance Hierarchy
The object implements the following interfaces:
IaqCOMAccessDbgRoutine
IDispatch
Members
IaqCOMAccessDbgRoutine
Members(in alphabetical order) | Description |
---|---|
Class |
Property. Read-only. Returns an IaqCOMAccessDbgClass object that provides debug information about the class to which the routine belongs. If the routine does not belong to any class, the property returns null . |
Module |
Property. Read-only. Returns an IaqCOMAccessDbgModule object that provides debug information about the module in which the routine is defined. |
Namespace |
Property. Read-only. Returns an IaqCOMAccessDbgNamespace object that provides debug information about the namespace in which the routine is defined. If there is no namespace, the property returns null . |
Package |
Property. Read-only. Returns an IaqCOMAccessDbgPackage object that provides debug information about the package to which the routine belongs. If the routine is not in any package, the property returns null . |
Unit |
Property. Read-only. Returns an IaqCOMAccessDbgUnit object that provides debug information about the unit to which the routine belongs. |
IaqCOMAccessDbgSymbol
Members(in alphabetical order) | Description |
---|---|
FullName |
Property. Read-only. String. Specifies the full name of the routine. This name includes the class name, namespace names and the names of other “parent” elements. |
Name |
Property. Read-only. String. Specifies the name of the routine. |
Type |
Property. Read-only. Specifies the type of the debug symbol. For debug symbols that correspond to routines this property returns 6 (or dtRoutine ). |
Example
For an example of using the
IaqCOMAccessDbgRoutine
objects, see Managing Profiling Areas via COM.See Also
COM Type Reference
Managing Profiling Areas via COM
Working With AQTime via COM - Overview