IDebugHostModule3 interface (dbgmodel.h)

Version 3 of a (IDebugHostSymbol derived) interface to a particular module.

This version 3 of the interface supports all of the previous methods with identical signatures and includes additional new methods that provide added functionality. The new methods are listed in the header at the end of the section for that interface.

Inheritance

The IDebugHostModule3 interface inherits from the IDebugHostModule2 interface.

Methods

The IDebugHostModule3 interface has these methods.

 
IDebugHostModule3::AddRef

The AddRef method increments the reference count for the module.
IDebugHostModule3::EnumerateChildren

The IDebugHostModule3::EnumerateChildren method gets an enumerator capable of enumerating all children of a given symbol.
IDebugHostModule3::FindContainingSymbolByRVA

The FindSymbolByRVA method, when called on a module, retrieves a symbol at a given relative virtual address within the module.
IDebugHostModule3::FindSymbolByName

The IDebugHostModule3::FindSymbolByName method, when called on a module, retrieves a global symbol by name from within the module.
IDebugHostModule3::FindSymbolByRVA

The IDebugHostModule3::FindSymbolByRVA method, when called on a module, retrieves a symbol at a given relative virtual address within the module.
IDebugHostModule3::FindTypeByName

The IDebugHostModule3::FindTypeByName method, when called on a module, finds a type by type name from within the module and retrieves a type symbol for it.
IDebugHostModule3::GetBaseLocation

The IDebugHostModule3::GetBaseLocation method, when called on a module, gets the base loading address of the module as a location structure.
IDebugHostModule3::GetContainingModule

The IDebugHostModule3::GetContainingModule method, when called on a symbol, gets the module that contains the symbol if the symbol has a containing module.
IDebugHostModule3::GetContext

The IDebugHostModule3::GetContext method, when called on a symbol, gets the host context in which the symbol is located.
IDebugHostModule3::GetImageName

The IDebugHostModule3::GetImageName method gets the image name or full path of the module as an allocated string.
IDebugHostModule3::GetName

The IDebugHostModule3::GetName method, when called on a symbol, gets the name of the symbol if it has a name.
IDebugHostModule3::GetRange

The GetRange method retrieves the beginning and ending virtual addresses (VA) of the module in memory.
IDebugHostModule3::GetSymbolKind

The GetSymbolKind method, when called on a symbol, gets the kind of symbol, such as field, base class, or type.
IDebugHostModule3::GetType

The IDebugHostModule3::GetType method, when called on a symbol, gets the type of symbol, such as int *.
IDebugHostModule3::GetVersion

The GetVersion method, when called on a module, gets module version information from the module headers.
IDebugHostModule3::QueryInterface

The IDebugHostModule3::QueryInterface method retrieves pointers to the supported interfaces of a module.
IDebugHostModule3::Release

The IDebugHostModule3::Release method decrements the reference count of the module object.

Requirements

Requirement Value
Header dbgmodel.h

See also

Debugger Data Model C++ Overview