IDebugHostModule4 interface (dbgmodel.h)

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

This version 4 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 IDebugHostModule4 interface inherits from the IDebugHostModule3 interface.

Methods

The IDebugHostModule4 interface has these methods.

 
IDebugHostModule4::AddRef

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

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

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

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

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

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

The FindTypeByName2 method finds a type by name within the module. If an enclosing symbol is given, the type is looked for by name within that enclosing symbol; otherwise, the type is looked for globally.
IDebugHostModule4::GetBaseLocation

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

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

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

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

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

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

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

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

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

The QueryInterface method retrieves a pointer to the specified interface on an object.
IDebugHostModule4::Release

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

Requirements

Requirement Value
Header dbgmodel.h

See also

Debugger Data Model C++ Overview