IDebugAdvanced2 接口 (dbgeng.h)

遗产

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

方法

IDebugAdvanced2 接口具有这些方法。

 
IDebugAdvanced2::FindSourceFileAndToken

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

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

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

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

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

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

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

要求

要求 价值
目标平台 窗户
标头 dbgeng.h (包括 Dbgeng.h)

另请参阅

IDebugAdvanced

IDebugAdvanced3