IDebugHostFunctionIntrospection2 interface (dbgmodel.h)
A host optional interface which provides detailed information about a function.
This version 2 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 IDebugHostFunctionIntrospection2 interface inherits from the IDebugHostFunctionIntrospection interface.
Methods
The IDebugHostFunctionIntrospection2 interface has these methods.
IDebugHostFunctionIntrospection2::AddRef The AddRef method increments the reference count for an object. |
IDebugHostFunctionIntrospection2::EnumerateInlineFunctionsByRVA The EnumerateInlineFunctionsByRVA method enumerates the functions that are inlined at a specific Relative Virtual Address (RVA). |
IDebugHostFunctionIntrospection2::EnumerateLocalsDetails The EnumerateLocalsDetails method enumerates a set of information about all locals and arguments within a function. |
IDebugHostFunctionIntrospection2::EnumerateLocalsDetailsEx The EnumerateLocalsDetailsEx method enumerates a set of information about all locals and arguments within a function. |
IDebugHostFunctionIntrospection2::FindContainingCodeRangeByRVA The FindContainingCodeRangeByRVA method returns the sub-range of instructions that are inlined at a specific Relative Virtual Address (RVA). |
IDebugHostFunctionIntrospection2::FindSourceLocationByRVA The FindSourceLocationByRVA method retrieves the source file name and the line number for a specific Relative Virtual Address (RVA). |
IDebugHostFunctionIntrospection2::QueryInterface The QueryInterface method queries for a specific interface on the current object. |
IDebugHostFunctionIntrospection2::Release The Release method releases a reference to the function introspection object. |
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |