(dbgeng.h) 的 IDebugAdvanced2 接口

继承

IDebugAdvanced2 接口继承自 IDebugAdvancedIDebugAdvanced2 还具有以下类型的成员:

方法

IDebugAdvanced2 接口包含以下方法。

 
IDebugAdvanced2::FindSourceFileAndToken

(IDebugAdvanced2) FindSourceFileAndToken 方法返回源路径上的源文件的文件名或与文件令牌关联的变量值。
IDebugAdvanced2::GetSourceFileInformation

(IDebugAdvanced2) GetSourceFileInformation 方法返回有关使用 Which 参数指定的源文件的信息。
IDebugAdvanced2::GetSymbolInformation

(IDebugAdvanced2) GetSymbolInformation 方法返回有关使用 Which 参数指定的符号的信息。
IDebugAdvanced2::GetSystemObjectInformation

(IDebugAdvanced2) GetSystemObjectInformation 方法返回有关目标上的操作系统对象的指定信息。
IDebugAdvanced2::GetThreadContext

(IDebugAdvanced2) GetThreadContext 方法返回由目标有效处理器的 CONTEXT 结构表示的当前线程上下文。
IDebugAdvanced2::Request

(IDebugAdvanced2) Request 方法执行 Request 参数指定的各种不同操作。
IDebugAdvanced2::SetThreadContext

(IDebugAdvanced2) SetThreadContext 方法设置由目标有效处理器的 CONTEXT 结构表示的当前线程上下文。

要求

要求
目标平台 Windows
标头 dbgeng.h (包括 Dbgeng.h)

另请参阅

IDebugAdvanced

IDebugAdvanced3